The SoapyAfedri project provides a plugin module to use the Afedri SDR-Net device within the SoapySDR API and software that supports SoapySDR. This driver supports only TCP/UDP communication transport with the device.
sudo apt-get install build-essential
sudo apt-get install cmake
git clone https://github.com/alexander-sholohov/SoapyAfedri.git
cd SoapyAfedri
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --install .
SoapySDRUtil --find
SoapySDRUtil --probe="driver=afedri,address=192.168.1.41,port=61000"
- OpenWebRX
- SDR++