sdrangel/devices
f4exb 27ef5aa35a Cosmetic changes 2019-04-22 00:24:09 +02:00
..
bladerf1 Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
bladerf2 Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
hackrf Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
limesdr Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
perseus Cosmetic changes 2019-04-22 00:24:09 +02:00
plutosdr Fixed some compiler warnings 2019-04-21 00:13:14 +02:00
soapysdr Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
xtrx Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00
CMakeLists.txt Remove XTRX from Debian build 2019-01-05 17:51:52 +01:00
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