Mictronics' readsb
Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices, running in a docker container.
Support for RTLSDR, bladeRF and plutoSDR is compiled in. Builds and runs on x86, x86_64, arm32v6, arm32v7 and arm64.
This image will configure a software-defined radio (SDR) to receive and decode Mode-S/ADSB/TIS data from aircraft within range, for use with other services such as:
mikenye/adsbexchange
to feed ADSB data to adsbexchange.commikenye/piaware
to feed ADSB data into flightaware.commikenye/fr24feed
to feed ADSB data into flightradar24.commikenye/piaware-to-influx
to feed data into your own instance of InfluxDB, for visualisation with Grafana and/or other tools- Any other tools that can receive Beast, BeastReduce, Basestation or the raw data feed from
readsb
ordump1090
and their variants
bladeRF & plutoSDR are untested - I don't own bladeRF or plutoSDR hardware (only RTL2832U as outlined above), but support for the devices is compiled in. If you have the hardware and would be willing to test, please open an issue on GitHub.
The author of readsb
(Mictronics) is no longer developing readsb
, and instead all future development efforts will go into the Protocol Buffer version (readsb-protobuf
) starting with version v4.0.0 (see here).
I would recommend migrating to the container: mikenye/readsb-protobuf
instead of continuing to use this container.
Please read this container's detailed and thorough documentation in the GitHub repository.