Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 591 Bytes

dump1090-frontend

A frontend for data fed by dump1090 using OpenLayers and OpenStreetMap.

Installation

  1. Run dump1090 with the --net option.
  2. Setup nginx on your machine and point the web root directory to www.
  3. Run the airplane-info-server.pl script after configuring it with the IP and port of the dump1090 process (can be remote).
  4. Add the proxy_pass configuration as shown in the nginx configuration snippet and point it to the airplane-info-server.pl.
  5. Open index.html in a browser and checkout the map ;-)

Limitations

  • Only tested with nginx and Chrome.