sdrangel/devices
f4exb 6269125d2c BladeRF2: fixed Tx channel enable/disable wrapping routine thus fixing issue #225 2018-10-09 02:08:06 +02:00
..
bladerf1 LibbladeRF2: migrate devices/bladerf to devices/bladerf1 2018-09-19 05:26:18 +02:00
bladerf2 BladeRF2: fixed Tx channel enable/disable wrapping routine thus fixing issue #225 2018-10-09 02:08:06 +02:00
hackrf Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
limesdr Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
perseus Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
plutosdr Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
CMakeLists.txt BladeRF: fixed devices build and add BladeRF2 device 2018-09-22 02:55:40 +02:00
devices.pro Windows build: upgrade to libusb 1.0.22. Modified install script for BladeRF 2018-09-28 16:45:08 +02:00
readme.md BladeRF: fixed devices build and add BladeRF2 device 2018-09-22 02:55:40 +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:

  • 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