Skip to content
Josh Blum edited this page Aug 25, 2018 · 1 revision

Soapy SDR plugin for Pluto SDR

https://raw.githubusercontent.com/wiki/pothosware/SoapyPlutoSDR/images/soapy_sdr_pluto_logo.png

The Soapy Pluto SDR project provides a plugin module to use the Pluto SDR device within the SoapySDR API and software that supports SoapySDR.

Pre-built installers for various systems are available through the Pothos SDR environment.

The CMake build system will locate ADI libraries and SoapySDR development files on your system. The plugin module will be built and installed into the SoapySDR modules directories.

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

Use the SoapySDRUtil application to see if SoapySDR can detect your device. Use the "hostname" keyword to specify the IP address or hostname of the Pluto SDR device on the network:

SoapySDRUtil --probe="driver=plutosdr,hostname=192.168.2.1"