/FlightAirMap

Open source project displaying aircrafts on a map. Browse through the data based on a particular aircraft, airline or airport to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...) or VRS, some IVAO sources (whazzup.txt, phpvms,...), or/and ACARS (acarsdec, acarsdeco2) as datasource.

Primary LanguagePHPApache License 2.0Apache-2.0

FlightAirMap

FlightAirMap is a fork of Barrie Spotter https://github.com/barriespotter/Web_App with map, airspaces, METAR, PDO and ADS-B support. Browse through the data based on a particular aircraft, airline or airport to search through the database. See extensive statistics such as most common aircraft type, airline, departure & arrival airport and busiest time of the day, or just explore flights.

It can be used with Dump1090 or any SBS source. Can also be used with IVAO sources like whazzup.txt, phpvms,...

It also support glidernet APRS source.

Demo

System Requirements

To install the web app, you need to have meet the following requirements:

  • PHP version 5.4 or greater
  • MySQL version 5.6 or greater (or MariaDB)
  • SQLite 3 (if you use ADS-B as datasource)
  • An HTTP Server such as:
    • Apache 2.0+
    • Nginx (include install/flightairmap-nginx-conf.include in server part of the config)

Required Extensions

The follwing is a list of PHP extensions that must be installed on your server in order for this web app to run properly:

Install

Web install/Update

(This is the recommanded way to install)

Use install/index.php

Console install

  • Create a mysql database.
  • Populate the database with db/*.sql
  • supply require/settings.php with your database credentials.
  • run install/populate_all.php (You should go to http://www.virtualradarserver.co.uk/ and http://pp-sqb.mantma.co.uk/ to read the licences. If you find databases with better licences contact me) or install/populate_ivao.php if you use IVAO as datasource

Data Sources

You can choose FlightAware OR ADS-B in SBS1 (BaseStation) format AND/OR ACARS from acarsdec. (FlightAware is no more tested, I don't have a paid API account)

FlightAware Api Key

ADS-B (real flights)

  • You can use dump1090 https://github.com/mutability/dump1090 with a RTL dongle, Radarcape deltadb.txt or aircraftlist.json, or wazzup file, or /action.php/acars/data of phpvms...
  • run cron-sbs.php (The name is not really good, this should be run one time like a daemon, use a init script or screen)

ACARS (only messages from real flights)

APRS (real flights)

  • You can user APRS server from glidernet like aprs.glidernet.org:10152

IVAO (virtual flights)

VATSIM (virtual flights)