github f4exb/sdrangel v4.11.2
Support of AMBE servers

latest releases: v7.22.0, v7.21.4, v7.21.3...
5 years ago

Support of AMBE servers

You can now use AMBE servers for AMBE frames decoding of digital voice signals (using DSD demod plugin). The management of AMBE devices has been changed with a proper dialog to configure which devices are used for decoding. See AMBE devices control for details.

The switch to AMBE server support is triggered as soon as a colon (':') is present in the device address entered in the free-flow text box. You must then make sure it is in the form of <IPv4 address>:<port> The given address and port is probed for the presence of an AMBE server and the address will be effectively added only if the connection is successful.

The scan of available AMBE 3000 serial devices connected to the system is working only in Linux. In Windows you must use the free-flow text box on the top to enter the corresponding COM# port. However serial devices support on Windows is not great and you may be better using an AMBE server.

In the REST API the /sdrangel/dvserial endpoint has been removed in favor of /sdrangel/ambe/serial to list available serial devices directly conected (GET) and /sdrangel/ambe/devices to manage the devices used by the instance for AMBE decoding (GET, PUT, PATCH, DELETE)

Please note that SerialDV is now a required dependency when you compile the software and that you should use its version 1.1.0 or later.

This implements #266

Other changes and fixes

  • Fixed closing main window with the window corner X. Fixes issue #379
  • SSB mod: base audio compressor sample rate on audio sample rate
  • Fixed some typos here and there (contribution)

Don't miss a new sdrangel release

NewReleases is sending notifications on new releases.