sdrangel/devices
f4exb 9e90709584 Revert "LimeSDR: Temporary fix for rubbish values returned by recent version of Lime Sute"
This reverts commit 8312e5ad58.
2018-03-13 19:56:40 +01:00
..
bladerf Adapt to MSVC linker 2018-03-03 20:23:38 +01:00
hackrf Adapt to MSVC linker 2018-03-03 20:23:38 +01:00
limesdr Revert "LimeSDR: Temporary fix for rubbish values returned by recent version of Lime Sute" 2018-03-13 19:56:40 +01:00
perseus Adapt to MSVC linker 2018-03-03 20:23:38 +01:00
plutosdr Clang clean compile 2018-03-04 01:47:51 +01:00
CMakeLists.txt Debian build: fixed libperseus build (4) 2018-02-10 22:55:59 +01:00
devices.pro Windows build: new location for export header 2018-03-10 20:32:46 +01:00
readme.md PlutoSDR: updated documentation 2017-09-21 21:26:28 +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
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

    • plutosdrinput
    • plutosdroutput
  • SDRdaemon: sends or receive samples to/from device remotely through the network. Used on the Tx plugin only

    • sdrdaemonsink