Sign inSign up

marcelmaatkamp/piaware

By marcelmaatkamp

Updated over 10 years ago

Setup your own $10 ADS-B ground station and track flights in real-time on http://flightaware.com

Image
3

10K+

marcelmaatkamp/piaware repository overview

piaware

RTLSDR setup

Want to build and run your own ADS-B ground station for USD$10? With this docker image and a simple RTLSDR dongle you can setup your own ADS-B ground station and track flights in real-time in a matter of minutes! This software makes you eligable for a premium account worth $89/month on flightaware.com

This is a docker image with http://nl.flightaware.com/adsb/piaware/

###Installation instructions:

  • register for an account on flightaware.com and get a username & password
  • insert a RTLSDR dongle
  • issue the following command:
$ docker run -d \
  --name piaware \
  --privileged \
  -p 10001:10001 \
  -p 30001:30001 \
  -p 30002:30002 \
  -p 30003:30003 \
  -p 30004:30004 \
  -p 30005:30005 \
  -p 8080:8080 \
  --env USERNAME=<username> \
  --env PASSWORD=<password> \
  marcelmaatkamp/piaware

Tag summary

Content type

Image

Digest

sha256:40270940a

Size

1.3 GB

Last updated

over 10 years ago

docker pull marcelmaatkamp/piaware