Skip to content
Josh Blum edited this page May 26, 2019 · 1 revision

Soapy SDR plugin for NetSDR

image

The Soapy NetSDR project provides a plugin module to use the NetSDR devices within the SoapySDR API and software that supports SoapySDR.

SoapyNetSDR table of contents

Installers

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

Dependencies

Soapy NetSDR uses standard sockets, and therefore has minimal dependencies.

Building Soapy NetSDR

The CMake build system will locate 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/SoapyNetSDR.git
cd SoapyNetSDR
mkdir build
cd build
cmake ..
make
sudo make install

Probing Soapy NetSDR

SoapySDRUtil --probe="driver=netsdr"