Skip to content
Josh Blum edited this page Sep 8, 2017 · 4 revisions

Soapy SDR plugin for Red Pitaya

https://raw.githubusercontent.com/wiki/pothosware/SoapyRedPitaya/images/soapy_sdr_red_pitaya_logo.png

The Soapy Red Pitaya project provides a plugin module to use the Red Pitaya 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 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/SoapyRedPitaya.git
cd SoapyRedPitaya
mkdir build
cd build
cmake ..
make
sudo make install
SoapySDRUtil --probe="driver=redpitaya, addr=192.168.1.100"