https://github.com/pothosware/soapyplutosdr
Soapy SDR plugin for PlutoSDR
https://github.com/pothosware/soapyplutosdr
gnuradio plutosdr pothos sdr soapysdr
Last synced: about 1 year ago
JSON representation
Soapy SDR plugin for PlutoSDR
- Host: GitHub
- URL: https://github.com/pothosware/soapyplutosdr
- Owner: pothosware
- License: lgpl-2.1
- Created: 2018-08-25T16:08:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T12:03:37.000Z (about 1 year ago)
- Last Synced: 2025-03-30T12:29:01.953Z (about 1 year ago)
- Topics: gnuradio, plutosdr, pothos, sdr, soapysdr
- Language: C++
- Homepage: https://github.com/pothosware/SoapyPlutoSDR/wiki
- Size: 88.9 KB
- Stars: 64
- Watchers: 18
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [libiio](https://github.com/analogdevicesinc/libiio)
- [libad9361](https://github.com/analogdevicesinc/libad9361-iio)
- [SoapySDR](https://github.com/pothosware/SoapySDR)
## Documentation
* https://github.com/pothosware/SoapyPlutoSDR/wiki
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](https://github.com/pothosware/SoapyPlutoSDR/issues/24)
and [libiio#586](https://github.com/analogdevicesinc/libiio/issues/586)
## Licensing information
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999