fventuri / gr-sdrplay3

Out-of-tree GNU Radio module for SDRplay RSP devices - SDRplay API V3.X
GNU General Public License v3.0
38 stars 8 forks source link

gr-sdrplay3: GNU Radio OOT module for SDRplay RSP devices (SDRplay API V3.x)

This OOT GNU Radio module supports the following SDRplay RSP devices:

This module uses some features of GNU Radio (like pybind11 for Pythin bindings) that are only found in GNU Radio 3.9 and newer versions (it should build and run without problems using GNU Radio 'main' branch).

Important notices

Dependencies

This module requires SDRplay API V3.X (prefereably the most recent version).

The latest API can be downloaded from SDRplay here: https://www.sdrplay.com/api

The SDRplay API should be installed before this module is built.

Build and installation

cd gr-sdrplay3
mkdir build && cd build && cmake .. && make
sudo make install
sudo ldconfig

Credits

License

GNU GPL V3 (see LICENSE)