Add RTTY

master
srcejon 2023-09-06 15:26:59 +01:00
rodzic 4e8ad38ddb
commit d7a165648f
1 zmienionych plików z 5 dodań i 0 usunięć

@ -60,6 +60,11 @@ This plugin is used to transmit AX.25 Packet Radio frames. The user interface is
This plugin can be used to receive samples from a distant instance of SDRangel that uses the remote output plugin to send its samples over the network. The user interface is described [here](https://github.com/f4exb/sdrangel/blob/master/plugins/channeltx/remotesource/readme.md)
## RTTY modulator plugin
This plugin is used to transmit RTTY (Radio Teletype). The user interface is described [here](https://github.com/f4exb/sdrangel/blob/master/plugins/channeltx/modrtty/readme.md)
## SSB modulator plugin
This plugin is used to produce SSB (or DSB, or CW) signal often used by Amateur Radio. The user interface is described [here](https://github.com/f4exb/sdrangel/blob/master/plugins/channeltx/modssb/readme.md)