Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianrenton/umid1090
An Unnecessary Military Interface for Dump1090
https://github.com/ianrenton/umid1090
aircraft flight tracking website
Last synced: 7 days ago
JSON representation
An Unnecessary Military Interface for Dump1090
- Host: GitHub
- URL: https://github.com/ianrenton/umid1090
- Owner: ianrenton
- License: unlicense
- Created: 2020-07-11T17:28:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T08:35:50.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:53:27.472Z (3 months ago)
- Topics: aircraft, flight, tracking, website
- Language: JavaScript
- Homepage: http://flightmap.ianrenton.com
- Size: 1.38 MB
- Stars: 28
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](screenshot.png)
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.