Skip to content

Rigctl support

Compare
Choose a tag to compare
@f4exb f4exb released this 11 Sep 11:49
· 3644 commits to master since this release

Rigctl support

This contribution brings rigctl support to control some parameters (frequency, current demod used) of the SDRangel instance. More interestingly this has been developed as a plugin and fosters the idea to have extra functionality implemented as plugins that can be optionally instantiated a bit like channel plugins. This is a first go at such a "feature" plugin and will later become more integrated in the global plugins management so some more changes are expected. For now this is an addition at the bottom of the "Preferences" menu list and the interface is detailed here

Other changes and fixes

  • REST API: changed uint64 to int64 integer formats. Fixes #624
  • Test Source: fixed worker lifecycle. Fixes issue #626
  • DeviceUISet: fixed deleteChannel. Fixes issue #625
  • Ported FreeDV plugins to Windows. PR #620
  • Added Windows SoapySDR support libs and UHD DLL. PR #622