f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.72k stars 421 forks source link

Reverse API for Frequency Scanner? #2108

Open sandric opened 1 month ago

sandric commented 1 month ago

Hi, I'm playing with frequency scanner reverse api, the idea is to scan list of freq's and send reverse api request to check if it became "active" - e.g. power level got bigger than some theshold. I see that it does not send any change on any of channel changes I make, so I wonder if its my setup is wrong (its working for other channels I test though), feature is not implemented, or its not even planned to be implemented since this channel would generate a ton of requests each scan? Thx

srcejon commented 1 month ago

Currently it only reports via the GUI.

I could probably add the results to the channel report.

CharlieDeltaOskar commented 1 week ago

Also, it would be great to have start/stop scanning controls.