vatplanner / dataformats-vatsim-public

library for parsing and processing publicly accessible VATSIM data formats
MIT License
1 stars 0 forks source link

Legacy NetworkInformation: adapt to current state (December 2020) #16

Closed dneuge closed 3 years ago

dneuge commented 3 years ago

Network information now includes json3 to announce initial fetch locations of JSON v3 format data files. json0 is also present but pending removal as the previous JSON format is already EOL and will be terminated soon.

In addition to url1 there now is servers.live (undocumented) and servers.dev (or similar?) has been seen in the past. Not sure if those sources for server data files should also be added as they still seem "unofficial".

dneuge commented 3 years ago

Not using servers.live keys as they are undocumented. json3 is now taken into account and json0 is ignored. NetworkInformation has been prepared with an addAll method to merge information coming from different sources (i.e. legacy parser and JSON parser #17).