AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software
GNU General Public License v3.0
4.05k stars 556 forks source link

Wish: a method to start the SDR, possibly via rigctl #484

Closed LeaseOnLife closed 2 years ago

LeaseOnLife commented 2 years ago

On linux here, I am receiving weatherfaxes via an airspyhf. Propagation changes during the day and I can control the receive frequency by sending a netcat command to sdrpp (currently I use crontab for that).

I would like to be able to turn on/turn off the sdr via remote control. rigctl doesn't seem to have a command reserved for that. gqrx uses the command "U DSP 1" for that. Could something similar be implemented in sdrpp?

AlexandreRouma commented 2 years ago

Added \start and \stop commands to the rigctl server

LeaseOnLife commented 2 years ago

Gracias! I can test with the next amd64.deb release, hopefully someone else can test quicker with a recent pull from git

AlexandreRouma commented 2 years ago

You can always get the latest commit's binaries at the Actions tab (or if it's easier https://www.sdrpp.org/nightly , It'll redirect you to the latest successful build)

LeaseOnLife commented 2 years ago

tested with the latest artifact sdrpp, works!