Skip to content

Dump 1090 is a Mode S decoder specifically designed for RTLSDR devices. OCI image

License

Notifications You must be signed in to change notification settings

chimbosonic/dump1090-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeline status

dump1090 OCI image

This is a dump1090 with SDRplay support OCI image built using https://github.com/SDRplay/dump1090.

Base image is debian:buster-slim.

The image can be pulled from the following repositories:

Source code and pipeline can be found here

Image Verification

The image is signed using cosign from sigstore.

You can verify the signature with:

cosign verify --key cosign.pub chimbosonic/dump1090:latest

Running it

plain docker

Dump1090 needs access to your USB devices

docker run --rm -it --device /dev/bus/usb chimbosonic/dump1090:latest

How to build

This will build the container.

make build

NOTES

dump1090's internal webserver is bad and currently broken. This container includes the HTML stuff but I wouldn't recommend it. You could host the js and gmap.html on its own http server and refer to the data/*.json endpoint.

I run mikenye/readsb-protobuf from https://github.com/sdr-enthusiasts/docker-readsb-protobuf and have it connect to dump1090 (sadly it can't use the RSP1A directly). I then have readsb host the webserver and also push the metrics to influx and grafana.

I also had luck with https://github.com/claws/dump1090-exporter allowing to export dump1090's data to prometheus.

I would share how all of this connects but all my code is specific to my environment. If you have any questions I can try and answer them.

All credit to the maintainers of dump1090.

About

Dump 1090 is a Mode S decoder specifically designed for RTLSDR devices. OCI image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published