Skip to content

Docker container for sdr++ server

License

AGPL-3.0, GPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
GPL-3.0
LICENSE_SDRPP
Notifications You must be signed in to change notification settings

f4fhh/sdrppserver_container

Repository files navigation

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

About

Docker container for sdr++ server

Topics

Resources

License

AGPL-3.0, GPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
GPL-3.0
LICENSE_SDRPP

Stars

Watchers

Forks

Releases

No releases published