minsulander / vatiris

VATSim (Sweden, Unofficial) Integrated Real-time Information System
GNU General Public License v3.0
4 stars 0 forks source link

High update rate data feed #15

Closed maxlk96 closed 1 week ago

maxlk96 commented 1 month ago

To prevent delays in ATIS letter update etc.

Such as on https://simaware.ca/ (Not sure if the smooth moving aircraft is by interpolation or or actually higher updater rate than what whatever vatscope is using @minsulander ?)

Could partially replace the need for a Euroscope plugin.

minsulander commented 1 month ago

VATSIM data from the JSON API https://vatsim.dev/api/data-api/get-network-data is available at 15 second intervals. SimAware fetches data with 15s interval and does extrapolation with 1s interval, hence the "apparent high update rate" but in some cases also resulting in aircraft flying backwards/sideways. 😉

For ATIS letter update delays my experience with EuroScope is that it too has quite a bit of lag so I don't know how much a Euroscope plugin would help actually...

maxlk96 commented 1 month ago

VATSIM data from the JSON API https://vatsim.dev/api/data-api/get-network-data is available at 15 second intervals. SimAware fetches data with 15s interval and does extrapolation with 1s interval, hence the "apparent high update rate" but in some cases also resulting in aircraft flying backwards/sideways. 😉

For ATIS letter update delays my experience with EuroScope is that it too has quite a bit of lag so I don't know how much a Euroscope plugin would help actually...

Ahh got it, 15s should definitely be high enough rate to use for ATIS letter updates, it might even be better than ES 😁

minsulander commented 1 week ago

Implemented with 15s interval.