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
Rob French 27aa7edcc0 Updated to make the frequency read out correctly (positive numbers). Notes:
- Rig-to-GQRX seems to work.
- GQRX-to-Rig seems to work.
- Frequency scale increases left to right.
- Frequency scale uses positive numbers.
So, seems to be functioning, but needs more extensive testing.
2020-09-21 23:07:17 -05:00
COPYING Working version with README and license 2017-12-06 23:35:24 +01:00
gqrx-panadapter.py Updated to make the frequency read out correctly (positive numbers). Notes: 2020-09-21 23:07:17 -05:00
README.md Working version with README and license 2017-12-06 23:35:24 +01:00

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.