Skip to content
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

Channel refactor #262

Merged
merged 15 commits into from
Dec 27, 2023
Merged

Channel refactor #262

merged 15 commits into from
Dec 27, 2023

Conversation

TwinFan
Copy link
Owner

@TwinFan TwinFan commented Dec 27, 2023

  • Reworked much of the networking code for more robust and independent handling of several channels in parallel.
  • Reduced dependency on OpenSky for master data (aircraft type and route information):
    • Reduced aircraft master data lookup, as RealTraffic and ADSBEx nowadays provide good plane type information already.
    • Added new OpenSky Master Data channel for lookup of plane type information, which bases on monthly download of a "database" file rather than individual network requests per plane. Should work even if OpenSky API is down.
  • Fixed too many channel switches, especially when ADSBHub was involved in addition to other channels.

@TwinFan TwinFan self-assigned this Dec 27, 2023
@TwinFan TwinFan merged commit 9aabc1c into Next Dec 27, 2023
3 checks passed
@TwinFan TwinFan deleted the ChannelRefactor branch December 27, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant