-
Notifications
You must be signed in to change notification settings - Fork 73
VDV AUS support #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
VDV AUS support #840
Conversation
# Conflicts: # .pkg # .pkg.lock # CMakeLists.txt # include/motis/data.h # src/rt_update.cc # src/server.cc
# Conflicts: # .pkg.lock
I am worried about I guess, we could keep the mapping [VDV AUS run --> nigiri run] longer and not scrub it every time we resubscribe. Instead, we could run a cleanup routine once per day and drop yesterday's mappings or something like that. Alternatively, we could increment the VDV AUS AboID every time we resubscribe. But that is just a guess. |
# Conflicts: # src/rt_update.cc
Just jumping in here and leaving some remarks & recommendations because I recently implemented a VDV-453/-454 client (which implements the older VDV-453 v2.4.0 & VDV-454 v2.0 and doesn't fully adhere to it yet). 🙈
|
I witnessed this sometimes too with VBB's system. I assume it indirectly depends on the behaviour of the system supplying data to the VDV "Datendrehscheibe". I ended up keeping, for each
I generate it randomly in order to prevent collisions. |
Thank you very much! We'll look into it :) |
No description provided.