sdrangel/devices
f4exb 977a2abd90 Windows: MSVC2017: adapt hackrfinput plugin module 2018-11-13 11:08:34 +01:00
..
bladerf1 LibbladeRF2: migrate devices/bladerf to devices/bladerf1 2018-09-19 05:26:18 +02:00
bladerf2 SoapySDR support: input: open and close 2018-10-30 01:58:39 +01:00
hackrf Windows: MSVC2017: adapt hackrfinput plugin module 2018-11-13 11:08:34 +01:00
limesdr Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
perseus Windows: MSVC2017: fixed more attribute unused cases (2) 2018-11-13 08:51:14 +01:00
plutosdr Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
soapysdr Windows: MSVC2017: fixed more attribute unused cases (1) 2018-11-13 00:45:03 +01:00
CMakeLists.txt SoapySDR support: build infrastructure and input plugin enumeration 2018-10-29 16:39:25 +01:00
devices.pro Windows: experimental MSVC2017 toolchain (2) 2018-11-09 19:06:23 +01:00
readme.md SoapySDR support: build infrastructure and input plugin enumeration 2018-10-29 16:39:25 +01: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:

  • 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