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
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