Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.31 KB

sdrppserver_container

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

Notes

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

Defaults

  • Port 5259/tcp is used for the I/Q data stream and is exposed by default

User Configured Environment Variables

  • none

Example docker run

docker run -d \
--restart unless-stopped \
--name='sdrppserver' \
--device=/dev/bus/usb \
--volume=<host_config>:/config \
ghcr.io/f4fhh/sdrppserver_container

HISTORY

  • Version 0.1.0: Initial build

Credits