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
515 stars 156 forks source link

Fix aircraft_icao decode for some old FSD servers #428

Closed scenix007 closed 5 years ago

scenix007 commented 5 years ago

line[9] may equal to something like 'B738/L' in some old FSD servers' whazzup.txt file In this case, we need the first item after the string explodes not the latter one.

Ysurac commented 5 years ago

Thanks :)