sdrangel/devices
f4exb 8433f63a9b LibbladeRF2: migrate devices/bladerf to devices/bladerf1 2018-09-19 05:26:18 +02:00
..
bladerf1 LibbladeRF2: migrate devices/bladerf to devices/bladerf1 2018-09-19 05:26:18 +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 LibbladeRF2: migrate devices/bladerf to devices/bladerf1 2018-09-19 05:26:18 +02:00
devices.pro New Windows build 2018-07-11 18:05:05 +02: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