Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify 1090 and 978 SkyAware maps - WIP #95

Closed
wants to merge 18 commits into from
Closed

Conversation

eric1tran
Copy link

@eric1tran eric1tran commented Jan 11, 2021

Currently dump1090-fa and skyaware978 writes aircraft.json files to separate directories (/run/dump1090-fa/ and /run/skyaware978/). There are separate instances of SkyAware html/js code that consumes them and are 90% identical.

This PR includes the foundational plumbing to merge them together into one map.

Some key changes:

  1. Lighttpd modifications to move the base directory one level up to /run/ to be able to consume from both dump1090-fa and skyaware978 directories. New map url will be <IP>/skyaware/
  2. Separate ajax calls to consume dump1090-fa and skyaware978 aircraft.json files
  3. Track and display 1090 and 978 message rate separately
  4. Adds new UAT color/category/toggle to aircraft table

debian/lighttpd/89-dump1090-fa.conf Outdated Show resolved Hide resolved
debian/lighttpd/89-dump1090-fa.conf Outdated Show resolved Hide resolved
@mutability mutability added the web Stuff for the web team to look at label Feb 1, 2021
@eric1tran eric1tran closed this Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web Stuff for the web team to look at
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants