GQRX plugin to allow synchronizing between GQRX and an external radio. This modified version is intended to support using GQRX as a panadapter for a uBITX transceiver, via an RTL-SDR USB dongle.
Go to file
Alexander Fasching 858046cb2f Close sockets without catching exceptions 2017-12-07 00:47:14 +01:00
COPYING Working version with README and license 2017-12-06 23:35:24 +01:00
README.md Working version with README and license 2017-12-06 23:35:24 +01:00
gqrx-panadapter.py Close sockets without catching exceptions 2017-12-07 00:47:14 +01:00

README.md

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.