NASA-AMMOS / NASA-AMMOS/AIT-Core
Update OpenMCT plugin to support different telemetry stream names
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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