Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
/ sdrplay_rsptcp Public archive

Docker container for rsp_tcp a I/Q stream server for SDRPlay devices

License

Notifications You must be signed in to change notification settings

f4fhh/sdrplay_rsptcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From 2020-4-1 sdrplay_rsptcp development is discontinued.

I would like to say big thanks to everyone who supported me during this project.

sdrplay_rsptcp

Docker container for rsp_tcp, a linux I/Q stream server for SDRPlay RSP1, RSP1A, RSP2, RSPDuo (single tuner mode)

It works with compatible devices including:

  • RSP1, RSP1A, RSP2, RSPDuo (single tuner mode) SDRPlay devices

Defaults

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

User Configured Environment Variables

Defaults:

  • PORT=1234
  • GAIN_REDUCTION=34
  • GAIN_AUTO=-34
  • GAIN_LOOP=0
  • LNA=2
  • DEVICE=1
  • ANTENNA=1

Example docker run

docker run -d \
-e GAIN_REDUCTION=30 \
--restart unless-stopped \
--name='sdrplay_rsptcp' \
--device=/dev/bus/usb \
f4fhh/sdrplay_rsptcp

HISTORY

  • Version 0.1.0: Initial build
  • Version 0.2.0: Updated rsp_tcp from Bas ON5HB
  • Version 0.3.0: Updated rsp_tcp from Bas ON5HB Version 1.1.7

Credits

  • SDRPlay for the SDK of the RSP devices
  • Bas ON5HB for rsp_tcp fixes and enhancements

About

Docker container for rsp_tcp a I/Q stream server for SDRPlay devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published