Interactive map that shows planes within radio range via ADS-B.
-
Acquire an ADS-B receiver and antenna.
-
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
-
Run
PORT=3000 server/index.js
-
Run
SRC=http://127.0.0.1:8080/data.json DEST=ws://127.0.0.1:3000 node server/relay.js
-
open index.html