pothosware / SoapyPlutoSDR

Soapy SDR plugin for PlutoSDR

Home Page:https://github.com/pothosware/SoapyPlutoSDR/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soapy SDR module for Pluto SDR

Installation instructions

git clone https://github.com/pothosware/SoapyPlutoSDR
cd SoapyPlutoSDR
mkdir build
cd build
cmake ..
make
sudo make install

Dependencies

Documentation

Note that the Frequency Correction API is not implemented, it's recommended that you adjust the xo_correction value with the observed PPM in the Pluto device config.txt.

PothosSDR

Note that installation with PothosSDR is optional as "PlutoSDR SoapySDR binding (experimental)" and not selected by default.

This is due to possible problems with other libusb devices, see #24 and libiio#586

Licensing information

GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999

About

Soapy SDR plugin for PlutoSDR

https://github.com/pothosware/SoapyPlutoSDR/wiki

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 83.4%Language:CMake 16.6%