org-arl / unet-contrib

Unet user contributions
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

Adding examples to send and receive wav files #92

Closed notthetup closed 1 year ago

notthetup commented 1 year ago

Adding examples to send a receive wave files as passband data.

To receive passband data as wavefile :

rxwav <ip_address> <filename> <length> [port]

To transmit passband data from a wavefile :

txwav <ip_address> <file.wav> [port]