Skip to content

ADS-B Monitor, a customized dump1090 frontend

Notifications You must be signed in to change notification settings

hitzi/adsb-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADS-B Monitor

A web-based frontend for the dump1090 tool used to monitor ADS-B signals. Update the DATA_HREF variable in js/common.js to reflect the URL you wish to pull the data.json feed from. This can either point directly to the dump1090 server's data.json file, a local proxy redirect, or it can use examples/data.php as a local script that can retrieve and forward the feed. If using data.php, open that file and update its $href variable. An example of an nginx configuration that includes a URL-based data.json proxy redirect is included in examples/adsb.nginx.

An enhanced version of the built-in gmap.html is included as the index. A custom table that shows the details of all flights exists at details.html.

Use my slighly modified version of dump1090 to see all flights (including those with no positional data) as well as gain access to the "Message count" and "Last seen" values.

PHP is not required unless using the data.php proxy.

About

ADS-B Monitor, a customized dump1090 frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • HTML 16.5%
  • CSS 16.2%