Skip to content

Projeto de código aberto para visualizar aeronaves em um mapa, baseado no FlightAirMap. Navegue pelos dados baseados em uma aeronave, linha aérea ou aeroporto em particular,para buscar no banco de dados ou ver estatísticas extensivas. Pode usar ADS-B no formato SBS1 (como dump1090, Radarcape,...), algumas fontes da IVAO (whazzup.txt, phpvms,...)…

License

dedevillela/BravoHotelZulu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BravoHotelZulu

BravoHotelZulu é um fork de Barrie Spotter https://github.com/barriespotter/Web_App e Ysurac https://github.com/Ysurac/FlightAirMap com mapa, espaço aéreo, METAR, PDO e suporte ADS-B. Navegue pelos dados baseados em uma aeronave, linha aérea ou aeroporto em particular. Veja estatísticas extensivas sobre os tipos de aeronaves, linhas aéreas, partidas e chegadas dos aeroportos e os horários mais movimentados do dia, ou simplesmente explore os voos.

Pode ser usado com Dump1090 ou qualquer fonte SBS. Também pode ser usado com fontes da IVAO como whazzup.txt, phpvms,...

Além disso também suporta glidernet APRS como fonte.

Demo

Requisitos do Sistema

Para instalar o aplicativo web, você precisa cumprir os seguintes requisitos:

  • 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

Projeto de código aberto para visualizar aeronaves em um mapa, baseado no FlightAirMap. Navegue pelos dados baseados em uma aeronave, linha aérea ou aeroporto em particular,para buscar no banco de dados ou ver estatísticas extensivas. Pode usar ADS-B no formato SBS1 (como dump1090, Radarcape,...), algumas fontes da IVAO (whazzup.txt, phpvms,...)…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.9%
  • CSS 8.3%
  • HTML 1.3%
  • Other 1.5%