kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
846 stars 113 forks source link

file transfer #4

Closed AAllport closed 9 years ago

AAllport commented 9 years ago

is there a way to transfer files over mini-modem, txt's ,mp4's , ect?

kamalmostafa commented 9 years ago

Yes. 'Minimodem' can be used to transfer any arbitrary data, regardless of its type or content. 'Minimodem' doesn't provide a high-level file transfer protocol layer or error-correction, but a simple "raw" file transfer could be done with e.g.:

sendingmachine$ minimodem --tx 1200 < somefile.txt

receivingmachine$ minimodem --rx 1200 > receivedcopyofsomefile.txt