Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
516 stars 157 forks source link

Not working with phpvms #412

Closed ct0182 closed 6 years ago

ct0182 commented 6 years ago

Hi!

I have installed and ran the post install scripts.

The map is not picking up phpvms acars data.

I have included a section of the config file for where the data is being pulled from.

//DATA SOURCES $globalSources = array(array('host' => 'https://crew.caribbeanexpressway.net/action.php/acars/data','port' => '30003','name' => 'CEV','format' => 'phpvmacars','sourcestats' => FALSE,'noarchive' => FALSE,'timezone' => 'UTC','callback' => FALSE));

Is there anything in that config that is wrong? I have not yet ran daemon-spotter.php as a background service but i have manually run it for testing.

Thanks in advance, Chris

ct0182 commented 6 years ago

solved. The issue was the data was old.