1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Add links to each others docs

This commit is contained in:
Jon Beniston 2022-07-19 10:19:44 +01:00
parent 27da167b97
commit bdbac37cd2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<h2>Introduction</h2>
This plugin sends I/Q samples from the baseband via TCP/IP across a network to a client application.
The client application could be SDRangel using the RemoteTCPInput plugin or a rtl_tcp compatible application.
The client application could be SDRangel using the [Remote TCP Input](../../samplesource/remotetcpinput/readme.md) plugin or a rtl_tcp compatible application.
This means that applications using rtl_tcp protcol can connect to the wide variety of SDRs supported by SDRangel.
<h2>Interface</h2>

View File

@ -2,7 +2,7 @@
<h2>Introduction</h2>
This input sample source plugin gets its I/Q samples over the network via a TCP/IP connection from a server such as rtl_tcp, rsp_tcp or SDRangel's Remote TCP Channel Sink plugin.
This input sample source plugin gets its I/Q samples over the network via a TCP/IP connection from a server such as rtl_tcp, rsp_tcp or SDRangel's [Remote TCP Channel Sink](../../channelrx/remotetcksink/readme.md) plugin.
<h2>Interface</h2>