-
Notifications
You must be signed in to change notification settings - Fork 27
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
MCT Serve realtime subscriptions should manage which channels are sent to each client <Cubesat Issue> #357
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The MCT adaptation for AIT-Core should manage connected clients with a dictionary of subscribed channels to minimize data throughput. This will allow one data source (the MCT server adapter) to receive all telemetry, but send minimal telemetry to each client, minimizing network usage.
The text was updated successfully, but these errors were encountered: