All Projects → TheBiggerGuy → docker-ads-b

TheBiggerGuy / docker-ads-b

Licence: MIT license
Docker container for ADS-B

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-ads-b

gitbook-adsb-guide
Guide to aircraft tracking using ADS-B reception with SDR & docker containers. Published on GitBook.
Stars: ✭ 46 (+70.37%)
Mutual labels:  adsb, rtlsdr, piaware, adsbexchange
dump1090-docker
Run dump1090-fa (Flightaware fork) quickly and easily with Docker!
Stars: ✭ 23 (-14.81%)
Mutual labels:  adsb, flightaware, piaware
docker-flightradar24
Multi-architecture docker container running flightradar24 fr24feed. Designed to work in tandem with mikenye/readsb (arm32v7/arm64/x86_64).
Stars: ✭ 71 (+162.96%)
Mutual labels:  adsb, rtlsdr
readsb
ADS-B decoder swiss knife
Stars: ✭ 114 (+322.22%)
Mutual labels:  adsb, rtlsdr
plane-notify
Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet
Stars: ✭ 1,905 (+6955.56%)
Mutual labels:  adsb, adsbexchange
docker-adsbexchange
Feeds ADS-B data into adsbexchange.com. Designed to work with mikenye/readsb-protobuf.
Stars: ✭ 35 (+29.63%)
Mutual labels:  adsb, adsbexchange
docker-readsb-protobuf
Multi-architecture readsb-protobuf container with support for RTLSDR, bladeRF and plutoSDR (x86_64, arm32v7, arm64v8)
Stars: ✭ 102 (+277.78%)
Mutual labels:  adsb, rtlsdr
adsb deku
✈️ Rust ADS-B decoder + tui radar application
Stars: ✭ 190 (+603.7%)
Mutual labels:  adsb, rtlsdr
composable-sdr
SDR DSP utilities embedded in Haskell
Stars: ✭ 26 (-3.7%)
Mutual labels:  rtlsdr
FlightRadarAPI
✈️ API for Flight Radar 24 written in Python 3.
Stars: ✭ 100 (+270.37%)
Mutual labels:  flightradar24
docker-radarbox
AirNav RadarBox rbfeeder, multi-architecture (x86_64, arm32v7, arm64)
Stars: ✭ 26 (-3.7%)
Mutual labels:  adsb
docker-tar1090
Multi-arch tar1090 container for visualising ADSB data
Stars: ✭ 31 (+14.81%)
Mutual labels:  adsbexchange
flight2bq
RTLSDR ADS-B dump1090 to Google BigQuery
Stars: ✭ 33 (+22.22%)
Mutual labels:  rtlsdr
meteo-particle-model
Weather (wind and temperature) field reconstruction based on meteo-particle model using ADS-B and Mode-S data
Stars: ✭ 21 (-22.22%)
Mutual labels:  adsb
docker-acarshub
Docker container to utilize RTLSDR dongle(s) to view/stream ACARS/VDLM2 aircraft data transmissions
Stars: ✭ 12 (-55.56%)
Mutual labels:  rtlsdr

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
  • VirtualRadar web UI

Status

Branch Status
latest Build Status
dev Build Status
dump1090 adsbexchange adsbexchange-mlat adsbhub flightaware flightradar24 openskynetwork planefinder virtualradar
Docker Pulls Docker Pulls 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-dump1090.env

Nothing to configure here

variables-adsbexchange.env

  • ADSBEXCHANGE_PORT

variables-adsbexchange-mlat.env

  • MLAT_CLIENT_LATITUDE
  • MLAT_CLIENT_LONGITUDE
  • MLAT_CLIENT_ALTITUDE
  • MLAT_CLIENT_USER

variables-adsbhub.env

Nothing to configure here

variables-flightware.env

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

  • FLIGHTAWARE_USERNAME
  • FLIGHTAWARE_PASSWORD
  • 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
  • FR24FEED_LATITUDE
  • FR24FEED_LONGITUDE
  • FR24FEED_ALTITUDE

variables-openskynetwork.env

Nothing to configure here

variables-planefinder.env

  • PLANEFINDER_SHARECODE
  • PLANEFINDER_LATITUDE
  • PLANEFINDER_LONGITUDE

variables-virtualradar.env

  • VIRTUALRADAR_DEFAULT_ADMIN_USER
  • VIRTUALRADAR_DEFAULT_ADMIN_PASSWORD

Docker Hub Links

Development

x86

When developing on non ARM architectures you may need to configure your system to use Qemu. This can be done by running the following commands:

docker run --rm --privileged multiarch/qemu-user-static:register --reset
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].