fventuri / nrsc5

NRSC-5 receiver for SDRplay API, SoapySDR, and RTL-SDR
Other
13 stars 1 forks source link

-H option doesn't work #4

Open delboy85341 opened 11 months ago

delboy85341 commented 11 months ago

The original nrsc5 has a -H option to connect to another machine using rtl_tcp. On my raspberry pi I typed nrsc 5 and got this as one of the options. -H rtltcp-host.

I set up rtl_tcp on the raspberry pi then tried to connect to it with my ubuntu box, but I get an error message.

~$ nrsc5 -H 192.168.1.4 91.9 0 nrsc5: invalid option -- 'H' Usage: nrsc5 [-v] [-q] [--am] [-l log-level] [-d device-serial-number] [-p ppm-error] [-g gainRF.gainIF] [-w iq-output] [-o wav-output] [-A antenna] [--dump-hdc hdc-output] [--dump-aas-files directory] frequency program Please fix. Thank you.