Add Remote TCP sink plugin

master
srcejon 2022-07-20 18:00:28 +01:00
rodzic 0919169829
commit 85e4c1399c
1 zmienionych plików z 4 dodań i 0 usunięć

@ -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)