An Unnecessary Military Interface for Dump1090 https://ianrenton.com/projects/flight-tracker/
Find a file
2025-09-05 15:18:41 +01:00
airlinecodes.js Update airlinecodes.js 2021-05-06 14:04:02 +01:00
code.js Fix OpenAIP layer and default URL for data server; other minor fixes 2023-06-04 09:34:23 +01:00
dbloader.js Basic ServiceWorker code 2020-07-26 10:10:26 +01:00
favicon-192.png PWA manifest, icons etc 2020-07-23 20:10:46 +01:00
favicon-512.png PWA manifest, icons etc 2020-07-23 20:10:46 +01:00
favicon.png Favicon 2020-07-12 17:04:47 +01:00
favicon.svg Favicon 2020-07-12 17:04:47 +01:00
index.html Update links 2025-09-05 15:18:41 +01:00
latlongcalc.js First commit 2020-07-11 18:36:59 +01:00
LICENSE Initial commit 2020-07-11 18:28:36 +01:00
manifest.webmanifest Basic ServiceWorker code 2020-07-26 10:10:26 +01:00
milsymbol.js First commit 2020-07-11 18:36:59 +01:00
moment.js First commit 2020-07-11 18:36:59 +01:00
README.md Basic ServiceWorker code 2020-07-26 10:10:49 +01:00
screenshot.png Screenshot 2020-07-31 13:07:41 +01:00
service-worker.js New JS file to cache 2020-07-26 20:51:18 +01:00
style.css Fix OpenAIP layer and default URL for data server; other minor fixes 2023-06-04 09:34:23 +01:00
typedesignators.js Apache 2020-09-10 17:34:36 +01:00

U.M.I.D. 1090 - The Unnecessary Military Interface for Dump1090

A wholly unnecessary replacement for Dump1090's web interface for tracking ADS-B equipped aircraft.

Uses the JSON format provided by an existing Dump1090 web server, but presents it using military symbology. Just because you can, doesn't mean you should?

U.M.I.D. 1090 Screenshot

This was a weekend project so the code quality here is very hacky, and is missing quite a few of the features that Dump1090 has. I may revisit to add features or clean it up in future, suggestions and pull requests are always welcome.

My code in this project is subject to "The Unlicence", i.e. it's public domain and you can do what you want with it. The source repository contains some libraries (milsymbol, moment.js, latlongcalc, dbloader, service-worker) that aren't mine and are subject to other licences. All are used with great thanks, see their source files for licence details.

If you want to use this for yourself, go right ahead. There are some static variables at the top of code.js that you will need to tweak to match your install; you also need your own Mapbox API key in order to get the map background working properly. The links to FlightAware and FlightRadar24 stats are in index.html, you'll want to update those too so they point to your own stats pages.