github f4exb/sdrangel v3.8.4
Bug fixes and web API first POC

latest releases: v7.20.0, v7.19.1, v7.19.0...
6 years ago

Bug fixes

  • Value dials direct digit input fixes. Fixes issue #97
  • Channel analyzers: fixed delta frequency change
  • Fixed cmake file of internal librtlsdr since upgrade to 0.7.0+

Enhancements

  • Channel marker event handlig: have two distinct events for change of channel marker by methods and by action on the cursor in the spectrum view. This makes a more rational event handling in channel plugins and avoids extra configuration messages. This may improve experience with the GUI.
  • Highlight channel plugin window frame when the channel marker is moused over in the main spectrum view
  • SSB mod and demod GUIs: added a schematic frequency scale and align low pass and high pass filters sliders.

Web API first proof of concept

Used Swagger to design the web API. You can sneak peek in the generated documentation in HTML by browsing swagger/sdrangel/code/html2/index.html directly with a browser in your cloned repository. Only the client code is generated for Qt5 but the data structures can be re-used for the server.

At the moment only the information summary /sdrangel path is implemented. The default host and port at startup is 127.0.0.1:8091 this can be changed with the -a (host address) and -p (port) options given as arguments to the sdrangel binary.

Don't miss a new sdrangel release

NewReleases is sending notifications on new releases.