amodem icon indicating copy to clipboard operation
amodem copied to clipboard

Audio MODEM Communication Library in Python

Results 19 amodem issues
Sort by recently updated
recently updated
newest added

As the title suggests I am trying to use amodem to transfer files using a pair of uv-5rs. I have two APRS cables and two TRRS USB sound cards that...

``` $export BITRATE=1200 $amodem -h Traceback (most recent call last): File "/home/user/.local/bin/amodem", line 8, in sys.exit(_main()) File "/home/user/.local/lib/python3.8/site-packages/amodem/__main__.py", line 217, in _main config.modem_bps / 1e3, len(config.symbols), AttributeError: 'NoneType' object has...

Hi, I'm a radio amateur. I want to do an experiment to send flags with bpsk modulation. after seeing the issue section I already know how to get wav output...

Hi! I am testing this on some of my systems and can't get a transfer to work: Sender (using aplay because amodem picks the wrong interface): ``` $ echo 123...

Discovered your project on Google Play. It works really well with a tablet and phone running Android 11 and 9 respectively. I tested transmission ability about a foot (30.5 cm)...

Can someone show a short example how to run this from Python? I want to use this from Python script - function send and recv respectivelly ? from amodem import...

This passes all TOX tests on my Py3.7.x version. Other features are WIP. I think you can merge it back in.

Is there a way to disable the check?

Can you please add the ability to use other sampling rates, for example: I’m trying to get amodem working using a USB audio card but it only supports 44100Hz sampling.

enhancement

See https://pypi.python.org/pypi/stdeb

enhancement
hacktoberfest