Docker container for sdr++ server, a linux I/Q stream server for SDRPlay RSP1, RSP1A, RSP2, RSPDuo, RSPdx
It works with compatible devices including:
- RSP1, RSP1A, RSP2, RSPDuo, RSPdx SDRPlay devices
This server is intended to be used with SDR++ the bloat-free SDR software by Alexandre Rouma. Help him on Patreon.
At this time (june 2022), this container installs the full SDR++ binary, needing all dependencies as the server mode is part of the desktop client. The debian package comes from the latest development build of SDR++.
- Port 5259/tcp is used for the I/Q data stream and is exposed by default
- none
The bash script included in the directory should be all you need to get up and running if you are on Linux.
- Plug in your SDR device to your machine
- Run
./runcontainer.sh
- Verify no error messages print and type
sudo docker ps
to verify the container is up and running - On SDR++ set the source to
SDR++ Server
- Se the IP to the IP of the machine running SDR++ server. Ex:
192.168.1.2
and set the port to5259
- Click connect.
- After you have connected under the section labled
Source
make sure you select your SDR device. Then click play and you should start receiving signals.
docker run -d \
--restart unless-stopped \
--name='sdrppserver' \
--device=/dev/bus/usb \
--volume=<host_config>:/config \
ghcr.io/f4fhh/sdrppserver_container
- Version 0.1.0: Initial build
- SDRPlay for the SDK of the RSP devices
- SDR++ bloat-free SDR by Alexandre Rouma