Skip to content

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 (like dump1090, Radarcape,...), some IVAO sources (whazzup.txt, phpvms,...), or/and ACARS (from acarsdec) as datasource.

License

linuxpronl/FlightAirMap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2.3 or greater (5.3 or greater is recommended)
  • 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)

About

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 (like dump1090, Radarcape,...), some IVAO sources (whazzup.txt, phpvms,...), or/and ACARS (from acarsdec) as datasource.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.8%
  • CSS 8.4%
  • HTML 1.3%
  • Other 1.5%