LimeSDR + SDRdaemonSink: updated documentation

pull/60/head
f4exb 2017-05-15 02:37:42 +02:00
rodzic b53ebe4e96
commit 068e2848c0
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
<h1>Devices common resources</h1>
This folder contains classes and methods that can be used by different plugins that work with a common physical device. Thus this can be one of the following physical devices:
This folder contains classes and methods that can be used by different plugins that work with a common physical device or via network. Thus this can be one of the following devices:
- BladeRF: one Rx and one Tx full duplex. Plugins are:
- bladerfinput
@ -9,4 +9,10 @@ This folder contains classes and methods that can be used by different plugins t
- HackRF: one Rx and one Tx half duplex. Plugins are:
- hackrfinput
- hackrfoutput
- LimeSDR: 2 Rx and 2 Tx full duplex. Plugins are
- limesdrinput
- limesdroutput
- SDRdaemon: sends or receive samples to/from device remotely through the network. Used on the Tx plugin only
- sdrdaemonsink