afsk
afsk copied to clipboard
AFSK – Bell 202 Audio Frequency Shift Keying encoder and APRS client
v0.0.4: Python3 compatibility by @ignaciop000 and @kareiva * Fix module imports * Fix print() function * Use str instead of bytes for text data * Fix dependency on audiogen (switch...
The AFSK library doesn't load properly when I run it on my Fedora 30 system with Python 3.7. Some of the issues that occur: ``` >>> import afsk Traceback (most...
Opening this to track the issue, with more details to come, but: On my specific setup, whenever I try to pass audio directly to the sound card, the output is...
This bugfix solves the problem with SSIDs greater than 9, see issue #2. It also removes a bit of whitespace (this was not intended but would now be a bit...
Hi, this is a great piece of work! Unfortunately it does not accept APRS-SSIDs with more than one digit for the suffice (like -11 for a balloon). The fix is...