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

Add a flightradar24 client. #123

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 23, 2018

  1. Add flightradar24 client.

    This renders aircraft from flightradar24 much like the mode_s plugin.
    quentinmit committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    2b55456 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    quentinmit committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    6b47f70 View commit details
    Browse the repository at this point in the history
  3. Introduce a new namedtuple type "FlightInfo".

    This dramatically improves performance of the map with many aircraft
    by reducing the number of cells per aircraft.
    quentinmit committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    6da8b77 View commit details
    Browse the repository at this point in the history