Script that drives gqrx to implement frequency scanning. Relies on gqrxInterface library
- Configure Allowed hosts and Port in gqrx from Tools>Remote control settings
- Enable remote control by checking Tools>Remote control
- Change
HOST
andPORT
in the code to match your configuration (default values should work) - Change
import gqrxInterface
to match your path to the library
./gqrx-fscanner file.txt
file.txt
must contain a list of integer frequencies in Hz, one per line.
./gqrx-fscanner 145000000 148000000
Scan bookmarked frequencies between 145MHz and 148MHz.