alexf91 / gqrx-panadapter

Synchronize frequencies between rigctld and Gqrx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gqrx Panadapter

A Gqrx to Hamlib interface that keeps the frequency displayed in Gqrx synchronized with the frequency settings on your radio.

The IF output of the radio should be connected to a SDR, which is then received by Gqrx. This script continuously reads the frequency of the radio from rigctld and sets the LNB setting Gqrx.

Usage

gqrx-panadapter.py [-h] [-g P] [-r P] [-i T] [-f F]

optional arguments:
  -h,   --help            show this help message and exit
  -g P, --gqrx-port P     remote control port configured in Gqrx
  -r P, --rigctld-port P  listening port of rigctld
  -i T, --interval T      update interval in milliseconds
  -f F, --ifreq F         intermediate frequency in MHz

Make sure you configure remote control in Gqrx.

About

Synchronize frequencies between rigctld and Gqrx

License:GNU General Public License v3.0


Languages

Language:Python 100.0%