Features:
- WAV and Jack frontends.
- FITS backend makes continuous snapshots of configured length in full resolution.
Fixes:
- There is a bug in the time-keeping code (file
src/WaterfallBackend.cpp
, lineWFTime time = outBuffer_.times[0];
To circumvent this, the current time at the time of writing the file is used for now.
Fixes:
- Switch left and right halves of the spectrum in the waterfall output.
Features:
- I/Q signal gain and phase correction.
- New ring buffer that would support both continuous snapshots and event-triggered data collection.
- JSON configuration file supporting Spring-like dependency injection.
- Raw I/Q data recording.
Issues:
- Addition overflow causes the application to stop recording any new data after about 10 hours (work in progress).
Features:
- Implement a scripting language API and interpreter that could be used to detect events and control data collection.