A frontend for data fed by dump1090 using OpenLayers and OpenStreetMap.
- Run dump1090 with the --net option.
- Setup nginx on your machine and point the web root directory to
www
. - Run the
airplane-info-server.pl
script after configuring it with the IP and port of the dump1090 process (can be remote). - Add the
proxy_pass
configuration as shown in the nginx configuration snippet and point it to theairplane-info-server.pl
. - Open index.html in a browser and checkout the map ;-)
- Only tested with nginx and Chrome.