Gqrx Scanner Versions Save

A frequency scanner for Gqrx Software Defined Radio receiver

v1.0.5

4 months ago

What's Changed

Full Changelog: https://github.com/neural75/gqrx-scanner/compare/v1.0.4...v1.0.5

v1.0.4

1 year ago
  • Add -s option to set the frequency step interval.
  • Add -q option to temporary set a lower squelch level on signal hit.
  • Interactive monitor: handle 'pause/unpause' and 'clear bans' during scans (not only on signal hit).
  • Bug fixes to improve sweep scan and fine tuning of some parameters.

v1.0.3

2 years ago

Fix Bookmarks file required #15

What's Changed

Full Changelog: https://github.com/neural75/gqrx-scanner/compare/v1.0.2...v1.0.3

v1.0.2

4 years ago

add -y option and fixes on -d (delay) option.

v1.0.1

5 years ago

FIXES:

  • Add uninstall target in cmake

v1.0

6 years ago

What's new

  • Add command line options implementation
  • Add tag based filters in bookmark scan mode

Bug fixes

  • On x86 systems, Frequency wrap around on values > 2GHz.

v0.1

6 years ago

Description

First usable version with sweep scan, no options is supported yet. Sweep scan takes the frequency from GQRX with a bandwidth of +- 1 MHz. Make sure to center the frequency of the de-modulator in order to remain on the same frequency range. User input accepted during scan: ' ' (skip freq), b (ban freq), c (clear all bans), p (pause scan)

Bugs

  • For some unknown reason, sometimes the scan jumps too much between saved frequency for a while, after that normal scan is recovered spontaneously. Odd, but I kind of like it :)
  • On x86 systems frequencies above 2 GHz are not well received (signed 32 bit truncation), it should work all right on x64 systems. [fixed in the master branch]