romanz / amodem

Audio MODEM Communication Library in Python
Other
950 stars 118 forks source link

Adding a Python example #36

Closed chyan26 closed 5 years ago

chyan26 commented 6 years ago

Hi,

This is a amazing project. I have installed the source code with pip. However, the amodem does not work. Would you please add a Python example program?

romanz commented 5 years ago

Thanks for the compliment and sorry for the delayed response...

Could you run:

$ python -c "import amodem; print(amodem)"

and attach the results?

romanz commented 5 years ago

If the above code works, please try to run:

$ echo ABC | python3 -m amodem send -o- -vv | python3 -m amodem recv -i- -vv
0xJchen commented 3 years ago

If the above code works, please try to run:

$ echo ABC | python3 -m amodem send -o- -vv | python3 -m amodem recv -i- -vv

Hi, I tried it on windows, but it says: Cannot open.