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

MCT Adaptation issues: Realtime subscriptions <Cubsat issue> #213

Open
mudinthewater opened this issue Aug 5, 2021 · 0 comments
Open

MCT Adaptation issues: Realtime subscriptions <Cubsat issue> #213

mudinthewater opened this issue Aug 5, 2021 · 0 comments

Comments

@mudinthewater
Copy link

MCT only makes queries for channels that are actively in view. In realtime mode, MCT subscribes to channels in active view instead.

The MCT adaptation is currently subscribing to a websocket and receiving all telemetry on that socket then filtering for subscribed channels with a loop.

AIT core should manage the subscribed channels for each client: NASA-AMMOS/AIT-Core#357
MCT adaptation should use filters instead of loops for received telemetry.
MCT adaptation should pass subscriptions on to AIT-Core to be managed there instead of clientside.

@mudinthewater mudinthewater changed the title MCT Adaptation issues: Realtimes subscriptions <Cubsat issue> MCT Adaptation issues: Realtime subscriptions <Cubsat issue> Aug 5, 2021
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

No branches or pull requests

1 participant