Skip to content

Script that drives gqrx via telnet to implement frequency scanning

Notifications You must be signed in to change notification settings

technezio/gqrx-fscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages