From 943cfba0b31642c868380b073f0638a2426156f6 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Tue, 24 Nov 2020 16:01:37 +0000 Subject: [PATCH 1/2] Update remote sink tooltips to say remote addres rather than local --- plugins/channelrx/remotesink/remotesinkgui.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/channelrx/remotesink/remotesinkgui.ui b/plugins/channelrx/remotesink/remotesinkgui.ui index 5d65923be..4c1f35ab0 100644 --- a/plugins/channelrx/remotesink/remotesinkgui.ui +++ b/plugins/channelrx/remotesink/remotesinkgui.ui @@ -271,7 +271,7 @@ - Local data listener address + Remote data listener address 000.000.000.000 @@ -297,7 +297,7 @@ - Local data listener port + Remote data listener port 00000 @@ -329,7 +329,7 @@ - Set local data listener address and port + Set remote data listener address and port Set From 3875babadfdebc3f31bf670959b1f72d0f686bcb Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Tue, 24 Nov 2020 16:02:17 +0000 Subject: [PATCH 2/2] Update remote sink/source docs so they no longer say the plugin is only available on Linux --- plugins/channelrx/remotesink/readme.md | 2 -- plugins/channeltx/remotesource/readme.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/plugins/channelrx/remotesink/readme.md b/plugins/channelrx/remotesink/readme.md index 245a66517..6fcd797a7 100644 --- a/plugins/channelrx/remotesink/readme.md +++ b/plugins/channelrx/remotesink/readme.md @@ -4,8 +4,6 @@ This plugin sends I/Q samples from the baseband via UDP to a distant network end point. It can use FEC protection to prevent possible data loss inherent to UDP protocol. -It is present only in Linux binary releases. -

Build

The plugin will be built only if the [CM256cc library](https://github.com/f4exb/cm256cc) is installed in your system. For CM256cc library you will have to specify the include and library paths on the cmake command line. Say if you install cm256cc in `/opt/install/cm256cc` you will have to add `-DCM256CC_DIR=/opt/install/cm256cc` to the cmake commands. diff --git a/plugins/channeltx/remotesource/readme.md b/plugins/channeltx/remotesource/readme.md index 9675b79b5..74bd0a7f0 100644 --- a/plugins/channeltx/remotesource/readme.md +++ b/plugins/channeltx/remotesource/readme.md @@ -4,8 +4,6 @@ This plugin receives I/Q samples from UDP and copies them to the baseband to be transmitted by the sink output device. It uses SDRangel remote format and possible FEC protection. -It is present only in Linux binary releases. -

Build

The plugin will be built only if the [CM256cc library](https://github.com/f4exb/cm256cc) is installed in your system. For CM256cc library you will have to specify the include and library paths on the cmake command line. Say if you install cm256cc in `/opt/install/cm256cc` you will have to add `-DCM256CC_DIR=/opt/install/cm256cc` to the cmake commands.