sending PDF using OFDM modulation
- build your own
encode
anddecode
binary form source : https://github.com/aicodix/modem - put your binary to this folder/directory
- open 2 terminal.
- first terminal run
bash sendFILE.sh
- second terminal run
bash LISTENER.sh
- first terminal run
- if you want to run the script with transciever, run the
rigctld
first, so the script will activated ptt viarigctl -m 2 T 1
- if you want to run without transciever, just uncomment the line that contain
rigctl -m 2 T 1
andrigctl -m 2 T 0
at thesendFILE.sh
script