1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 00:18:37 -05:00

Merge pull request #724 from srcejon/small_fixes

Documentation fixes for remote sink / source plugins
This commit is contained in:
Edouard Griffiths 2020-11-24 19:56:50 +01:00 committed by GitHub
commit 22b37608c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 7 deletions

View File

@ -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.
<h2>Build</h2>
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.

View File

@ -271,7 +271,7 @@
</size>
</property>
<property name="toolTip">
<string>Local data listener address</string>
<string>Remote data listener address</string>
</property>
<property name="inputMask">
<string>000.000.000.000</string>
@ -297,7 +297,7 @@
</size>
</property>
<property name="toolTip">
<string>Local data listener port</string>
<string>Remote data listener port</string>
</property>
<property name="inputMask">
<string>00000</string>
@ -329,7 +329,7 @@
</size>
</property>
<property name="toolTip">
<string>Set local data listener address and port</string>
<string>Set remote data listener address and port</string>
</property>
<property name="text">
<string>Set</string>

View File

@ -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.
<h2>Build</h2>
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.