All Projects → jeanralphaviles → dump1090-docker

jeanralphaviles / dump1090-docker

Licence: MIT License
Run dump1090-fa (Flightaware fork) quickly and easily with Docker!

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to dump1090-docker

docker-ads-b
Docker container for ADS-B
Stars: ✭ 27 (+17.39%)
Mutual labels:  adsb, flightaware, piaware
gitbook-adsb-guide
Guide to aircraft tracking using ADS-B reception with SDR & docker containers. Published on GitBook.
Stars: ✭ 46 (+100%)
Mutual labels:  adsb, piaware
pihole-antitelemetry
A research-based starter pihole list to improve your privacy
Stars: ✭ 286 (+1143.48%)
Mutual labels:  tracking
pca9685
This software is a devLib extension to wiringPi http://wiringpi.com/ and enables it to control the Adafruit PCA9685 16-Channel 12-bit PWM/Servo Driver http://www.adafruit.com/products/815 via I2C interface.
Stars: ✭ 48 (+108.7%)
Mutual labels:  raspberrypi
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (+26.09%)
Mutual labels:  raspberrypi
vigilantpi
VigilantPI is a lightweight NVR which targets mainly Raspberry Pi
Stars: ✭ 14 (-39.13%)
Mutual labels:  raspberrypi
swetrix-js
The JavaScript analytics client for Swetrix Analytics
Stars: ✭ 28 (+21.74%)
Mutual labels:  tracking
docker-readsb-protobuf
Multi-architecture readsb-protobuf container with support for RTLSDR, bladeRF and plutoSDR (x86_64, arm32v7, arm64v8)
Stars: ✭ 102 (+343.48%)
Mutual labels:  adsb
py17track
📦 A simple API to track package info from 17track.com
Stars: ✭ 20 (-13.04%)
Mutual labels:  tracking
pumpkin-pi
Raspberry pi project that controls jack-o-lantern via servo motor and PIR motion sensors
Stars: ✭ 15 (-34.78%)
Mutual labels:  raspberrypi
WyliodrinSTUDIO
Wyliodrin STUDIO is a Chrome based IDE for software and hardware development in IoT and Embedded Linux
Stars: ✭ 90 (+291.3%)
Mutual labels:  raspberrypi
outbound-go
URL shortener and Redirection As A Service
Stars: ✭ 21 (-8.7%)
Mutual labels:  tracking
unbound-dns-firewall
DNS-Firewall Python script for UNBOUND
Stars: ✭ 23 (+0%)
Mutual labels:  tracking
V4L2-to-NDI
A video input (V4L2) to NDI converter that works with Raspberry Pi (32-bit and 64-bit), and Intel/AMD CPUs
Stars: ✭ 35 (+52.17%)
Mutual labels:  raspberrypi
trex
TRex, a fast multi-animal tracking system with markerless identification, and 2D estimation of posture and visual fields.
Stars: ✭ 46 (+100%)
Mutual labels:  tracking
MidiGyver
No description or website provided.
Stars: ✭ 67 (+191.3%)
Mutual labels:  raspberrypi
rpi2mqtt
Connect RaspberryPi GPIOs and 1-Wire temperature sensors to MQTT 🍰🔘📡
Stars: ✭ 20 (-13.04%)
Mutual labels:  raspberrypi
foosball
Analysis of table soccer games based on video recordings
Stars: ✭ 22 (-4.35%)
Mutual labels:  tracking
subwayclock
Display clock for NYC subways
Stars: ✭ 29 (+26.09%)
Mutual labels:  raspberrypi
quantum-face-register
face register with three.js and tracking.js
Stars: ✭ 44 (+91.3%)
Mutual labels:  tracking

Dump1090 Flightaware Docker image

Docker Automated build Docker Pulls Build Status GitHub

Run dump1090-fa (Flightaware fork) quickly and easily with Docker! No need to worry about installing drivers or packages.

This repository also includes commands to feed ADS-B data to a handful of flight tracking services, as well as a docker-compose file to simplify deployment.

Supported Flight Tracking Services
Flightaware
ADS-B Exchange
ADSBHub

Visit dump1090-docker on Docker Hub 🐳 or Github.

Usage

Run

Note, dump1090 needs access to the USB bus to be able to read data from a receiver.

  • Using vanilla Docker

    docker run --rm -d --device /dev/bus/usb --name dump1090 -p 8080:8080 jraviles/dump1090:latest
  • Using docker-compose

    docker-compose up -d dump1090

Starting all services at once

docker-compose up -d

To feed data to Flightaware you first must specify your Flightaware username, password, and optionally your FEEDER_ID (after claiming it on Flightaware) in flightaware_credentials.txt.

Building the Docker image locally

docker build -t jraviles/dump1090:latest .

Skyview

dump1090-docker exposes a webserver on port 8080 serving up PiAware Skyview. Skyview is a web portal for viewing flights your receiver is picking up on a map in real time.

Accessing Skyview

Visit http://localhost:8080.

Skyview

Feeding live flight data to Flightaware

ADS-B data from dump1090-docker can be fed to Flightaware with the help of docker-piaware.

  • Using vanilla Docker

    1. Ensure dump1090 is running.

    2. Run docker-piaware. To feed data to Flightaware you first must specify your Flightaware username, password, and optionally your FEEDER_ID in flightaware_credentials.txt.

      docker run --rm -d --link dump1090:beast --name piaware \
          --env-file flightaware_credentials.txt wnagele/piaware

      Note, if you're running on a Raspberry Pi or a non-x86 machine, the Piaware image from Docker Hub may not work correctly. If Piaware isn't starting you'll need to build the image yourself.

      git clone https://github.com/wnagele/docker-piaware.git
      cd docker-piaware
      docker build -t wnagele/piaware:latest .

      You can then use the run command from above.

  • Using docker-compose

    1. Start docker-piaware and dump1090.

      If using docker-compose, you must specify your Flightaware username, password, and optionally your FEEDER_ID in flightaware_credentials.txt.

      docker-compose up -d piaware dump1090

Setting a FEEDER_ID is optional, but it's best to have as Flightaware uses it to uniquely identify your site. If you don't have a FEEDER_ID you can find it on Flightaware's Claim page under "Linked PiAware Receivers" after running docker-piaware for the first time. There might be multiple, just pick one.

See docker-piaware on Github for more documentation.

Feeding live flight data to ADS-B Exchange

ADS-B data from dump1090-docker can be fed to ADS-B Exchange with the help of docker-adsbexchange images.

  • Using vanilla Docker

    1. Ensure dump1090 is running.

    2. Run adsbexchange-feed.

      docker run --rm -d -e "INPUT=decoder:30005" --link dump1090:decoder \
          --name adsbexchange-feed marcelstoer/adsbexchange-feed:latest
    3. Optionally run adsbexchange-mlat.

      Notes:

      1. make sure you replace the dummy values in the command below with your effective values
      2. ADS-B Exchange ask you to enter the receiver GPS coordinates for MLAT with 5-digit precision
      3. Even though you are giving away the exact receiver position ASD-B Exchange will never disclose this information. To protect the privacy of the feeders, the receiver locations displayed on their maps (e.g. for Central Europe) are approximate only.
      docker run --rm -d -e "INPUT=decoder:30005" -e "MLAT_RESULTS=decoder:30104" \
          -e "RECEIVER_LATITUDE=nn.mmmmm" -e "RECEIVER_LONGITUDE=nn.mmmmm" \
          -e "RECEIVER_ALTITUDE=nnnn" -e "RECEIVER_NAME=my-fantastic-ADS-B-receiver" \
          --link dump1090:decoder --name adsbexchange-mlat marcelstoer/adsbexchange-mlat:latest
  • Using docker-compose

    1. Start docker-adsbexchange containers and dump1090.

      If using docker-compose, you must specify your MLAT properties in adsbexchange_mlat_properties.txt.

      docker-compose up -d dump1090 adsbexchange-feed adsbexchange-mlat

docker-adsbexchange supports ADS-B Exchange custom feeds. To feed data to a custom feed, set the RECEIVER_PORT to that of a feed you have claimed. If unset, adsbexchange-docker will feed the default port: 30005. To set RECEIVER_PORT using docker-compose you must add an environment section to adsbexchange-feed's service in docker-compose.yml.

Feeding live flight data to ADSBHub

ADS-B data can be fed to ADSBHub with the help of adsbhub-docker.

  1. Register for an ADSBHub account.

  2. Register a new ADS-B station.

    Follow instructions on "Adding your ADS-B station to ADSBHub."

  3. Run adsbhub-docker.

  • Using vanilla Docker

    1. Ensure dump1090 is running.

    2. Start adsbhub-docker.

      docker run --rm -d --link dump1090 --name adsbhub jraviles/adsbhub:latest
  • Using docker-compose

    1. Start adsbhub-docker and dump1090.

      docker-compose up -d adsbhub dump1090

Maintenance

Uploading new images to Docker Hub

  1. Ensure that Docker >= 19.03 is installed to support buildx.

  2. Build and push the new image.

    # Ensure you have run 'docker login'
    export DOCKER_CLI_EXPERIMENTAL=enabled
    docker buildx create --use --name my-builder
    docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t jraviles/dump1090:latest .
    docker buildx rm my-builder

Supported architectures:

architecture
linux/amd64
linux/arm64
linux/armv7

Contributors

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].