sdrangel/devices
f4exb ee7c2cee0d Windows build updates 2019-03-13 01:08:53 +01:00
..
bladerf1
bladerf2
hackrf
limesdr
perseus Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
plutosdr implement networked PlutoSDR 2019-03-02 17:47:00 +01:00
soapysdr
xtrx
CMakeLists.txt
devices.pro Windows build updates 2019-03-13 01:08:53 +01:00
readme.md

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:

  • BladeRF1: one Rx and one Tx full duplex. Plugins are:

    • bladerf1input
    • bladerf1output
  • BladeRF2: 2 Rx and 2 Tx full duplex (BladeRF 2.0 micro). Plugins are:

    • bladerf2input
    • bladerf2output
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput
  • LimeSDR: 2 Rx and 2 Tx full duplex (Lime-USB). 1 Rx and 1 Tx full duplex (Lime-Mini). Plugins are

    • limesdrinput
    • limesdroutput
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

    • plutosdrinput
    • plutosdroutput
  • SoapySDR: Soapy SDR virtual device

    • soapysdrinput
    • soapysdroutput