sdrangel/devices
f4exb c2d9e64c0b SDRdaemonFEC: removed useless devices/sdrdaemonfec subdirectory 2017-06-09 14:18:58 +02:00
..
bladerf activated compiler warnings 2017-05-25 20:13:34 +02:00
hackrf HackRF: open device by serial number 2017-04-14 02:09:36 +02:00
limesdr activated compiler warnings 2017-05-25 20:13:34 +02:00
CMakeLists.txt activated compiler warnings 2017-05-25 20:13:34 +02:00
devices.pro Merged Sigysmund changes for Mac OS Sierra on v3.4.5 2017-05-16 23:01:44 +02:00
readme.md LimeSDR + SDRdaemonSink: updated documentation 2017-05-15 02:37:42 +02:00

readme.md

Devices common resources

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
    • bladerfoutput
  • 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