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

acarsdec moved to github #384

Closed TLeconte closed 6 years ago

TLeconte commented 6 years ago

In the README.md , the url for acarsdec is obsolete. Acarsdec is now here : (https://github.com/TLeconte/acarsdec).

By the way , last version of acarsdec have json output. Is it an interesting format for FLightAirMap ? Because if yes, it could be ported to my vdlm2 decoder : (https://github.com/TLeconte/vdlm2dec) to have 2 sources of acars in the same format .

Ysurac commented 6 years ago

I fixed the readme.

An output format is always good to have. I should be able to use that output using FIFO. I will add the support for acarsdec json ASAP in FlightAirMap.

Ysurac commented 6 years ago

acarsdec json format support is added in flightairmap. More info here: https://github.com/Ysurac/FlightAirMap/wiki/ACARS

TLeconte commented 6 years ago

Great. Now, vdlm2dec is able to output same json format too. The 2 programs could send these json packet via UDP too.