Releases: neural75/gqrx-scanner
Releases · neural75/gqrx-scanner
v1.0.5
Release 1.0.4
- 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.
Bug Fix
Integration of some fixes
add -y option and fixes on -d (delay) option.
FIX Release
FIXES:
- Add uninstall target in cmake
First version with working command line options
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.
Pre-Release v0.1
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]