NASA-AMMOS / NASA-AMMOS/AIT-GUI

MCT Adaptation issues: Realtime subscriptions <Cubsat issue>

Open
#213 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
31
Forks
15
Avg merge
1m
Merged PRs (30d)
1

Description

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: https://github.com/NASA-AMMOS/AIT-Core/issues/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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the linked AIT-Core issue 357 and locating the MCT adaptation's websocket subscription and telemetry filtering code. Done means AIT-Core manages per-client channel subscriptions, while the MCT adaptation forwards subscriptions and uses filters rather than looping over all received telemetry.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.