Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.22 KB

Readsb

Release

This project makes wiedehopf's Readsb software available as a Docker image.

Due to the API limitations of Docker Hub, we use GitHub as container image registry.

The image is compiled with RTLSDR, BladeRF, HackRF and SoapySDR enabled (BladeRF, HackRF and SoapySDR are untested).

Other projects

We have other Flighttracking projects, check our GitHub profile.

Supported architectures

  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64
  • linux/386

Tested adapters

  • Should work with every RTL-SDR dongle
  • 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T

Run container

docker run \
  -it --rm \
  --device=/dev/bus/usb:/dev/bus/usb \
  ghcr.io/flighttrackr/readsb:latest

Environment variables

Since Readsb offers a lot of setting options, we refer here to our entrypoint.sh script and Dockerfile.