github f4exb/sdrangel v7.6.0
Remote TCP Input and Remote TCP Sink Plugins

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

Remote TCP Input and Remote TCP Sink Plugins

Contribution from Jon with PR #1350. It implements #456 as it can be used to connect to a rtl-tcp server. This PR adds two new plugins: Remote TCP Input and Remote TCP Sink. They are similar to the current Remote Input and Remote Sink plugins, but use TCP rather than UDP.

Two protocols are supported:

  • RTL0 - which allows the Remote TCP Input plugin to connect to rtl_tcp and rsp_tcp servers. It also supports Remote TCP Sink appearing as though it were rtl_tcp, allowing applications that use rtl_tcp to connect to a wider range of SDRs. This protocol is limited to 8-bit IQ data.
  • SDRA - a slightly enhanced version of RTL0, that supports a wider range of device and channel settings and 16/24/32 bit IQ data, as well as the ability to send the remote device's settings when connecting so they can be displayed in the GUI. This protocol is recommend for when connecting Remote TCP Input to Remote TCP Sink.

Details here:

Other changes and fixes

  • SDRPlayInput: upgrade libmirisdr-4 version to 2.0.0. PR #1344
  • DATV Demod: Add support for LDPC on Windows. Issue #1342. PR #1345
  • Externals: Update rtlsdr to latest version. Issue #1351. PR #1352
  • Map: Add support for Ionosonde stations. PR #1354

Don't miss a new sdrangel release

NewReleases is sending notifications on new releases.