technezio / gqrx-fscanner

Script that drives gqrx via telnet to implement frequency scanning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gqrx-fscanner

Script that drives gqrx to implement frequency scanning. Relies on gqrxInterface library

Setup

  1. Configure Allowed hosts and Port in gqrx from Tools>Remote control settings
  2. Enable remote control by checking Tools>Remote control
  3. Change HOST and PORT in the code to match your configuration (default values should work)
  4. Change import gqrxInterface to match your path to the library

Usage

Scan frequencies from file

./gqrx-fscanner file.txt

file.txt must contain a list of integer frequencies in Hz, one per line.

Scan frequencies from gqrx bookmarks

./gqrx-fscanner 145000000 148000000

Scan bookmarked frequencies between 145MHz and 148MHz.

About

Script that drives gqrx via telnet to implement frequency scanning


Languages

Language:Python 100.0%