NASA-AMMOS / NASA-AMMOS/AIT-Core

Update OpenMCT plugin to support different telemetry stream names

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

Nobody has claimed this yet.

Dominant language
Python
Stars
56
Forks
35
Avg merge
1d 20h
Merged PRs (30d)
3

Description

We should update the OpenMCT plugin to support configurable telemetry stream names in a similar way to the GUI plugin approach.

        if hasattr(self, 'telem_stream_names'):
            if topic in self.telem_stream_names:
               self.process_telem_msg(input_data)
               processed = True

        if not processed:
            if "telem_stream" in topic:
                self.process_telem_msg(input_data)
                processed = True

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

Locate the OpenMCT plugin's telemetry topic handling and compare it with the GUI plugin's configurable stream-name approach. Confirm how configured names and the existing "telem_stream" fallback should be handled, then verify that matching telemetry messages are processed correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.