diff --git a/Channel-Rx-plugins.md b/Channel-Rx-plugins.md index 7388df1..667b020 100644 --- a/Channel-Rx-plugins.md +++ b/Channel-Rx-plugins.md @@ -113,6 +113,10 @@ This plugin sends I/Q samples from the baseband to a Local Input plugin source i This plugin sends I/Q samples to another SDRangel instance that uses a Remote input sample source plugin to receive the samples. The user interface is described [here](https://github.com/f4exb/sdrangel/tree/master/plugins/channelrx/remotesink/readme.md) +## Remote TCP sink plugin + +This plugin sends I/Q samples to another SDRangel instance that uses a Remote TCP input sample source plugin to receive the samples, or to applications that can connect to rtl_tcp. The user interface is described [here](https://github.com/f4exb/sdrangel/tree/master/plugins/channelrx/remotetcpsink/readme.md) + ## File sink plugin This plugin can be used to record channel I/Q data. Its functionality replaces the former I/Q recording from each device user interface. The user interface is described [here](https://github.com/f4exb/sdrangel/tree/master/plugins/channelrx/filesink/readme.md)