/aircraft_map

Real-time map tracking planes within radio range of your ADS-B receiver

Primary LanguageJavaScript

Aircraft map

Interactive map that shows planes within radio range via ADS-B.

Usage

  1. Acquire an ADS-B receiver and antenna.

  2. Hook up acquired gear and run dump1090. I'm using antirez's original repo but there are a couple of forks with extended functionality that may also work as well.

    dump1090 --net

  3. Run PORT=3000 server/index.js

  4. Run SRC=http://127.0.0.1:8080/data.json DEST=ws://127.0.0.1:3000 node server/relay.js

  5. open index.html