Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

ShoGinn/docker-ads-b

Repository files navigation

DEPRECEATED

  • I have moved to a multi-arch version of this that doesn't use docker-compose.

The Following are the new maintained images

Docker ADS-B

Docker containers for ADS-B receiving and submission to multiple websites

Currently supporting inputs from any dump1090 compatible device including:

  • Any RTLSDR USB device
  • Any network AVR or BEAST device
  • Any serial AVR or BEAST device

supporting outputs to the following sites:

and local viewing via:

  • planefinder web UI

Requirements

This setup currently is for docker on your raspberry pi running raspbian.

It requires a manual raspbian/docker-compose setup (not the normal apt package) due to the version of yaml im using.

Status

Branch Status
latest Build Status
dump1090 adsbexchange-mlat adsbhub flightaware flightradar24 openskynetwork planefinder
Docker Pulls Docker Pulls Docker Pulls Docker Pulls Docker Pulls Docker Pulls Docker Pulls

How to use

Edit variables

Edit the 'variables' files with the required keys and locations for each of the services

variables-common.env

These are not optional and must be set

  • ADSB_LATITUDE ; The latitude of your ADSB Antenna ( In decimal format ex. 36.000)
  • ADSB_LONGITUDE ; The longitude of your ADSB Antenna (In decimal format ex. -115.000)
  • ADSB_ALTITUDE ; The altitude above sea level for your ADSB Antenna (In decimal format ex. 500.00)

variables-adsbexchange-mlat.env

  • MLAT_CLIENT_USER

variables-flightware.env

Go to https://flightaware.com/adsb/piaware/claim

  • FLIGHTAWARE_FEEDER_ID

variables-flightradar24.env

  • FR24FEED_KEY: Your key. If you do not have one please run the client on any PC and enter the key here

variables-openskynetwork.env

  • OPENSKY_USER=
  • OPENSKY_SERIAL=

variables-planefinder.env

  • PLANEFINDER_SHARECODE

Docker Hub Links

About

ads-b suite for docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages