NASA-AMMOS / NASA-AMMOS/AIT-Core
Server port configuration examples use wrong format
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56
- Forks
- 35
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
Example config.yaml
inbound-streams:
- stream:
name: log_stream
input:
- 2514
- stream:
name: telem_stream
input:
- 3076
handlers:
- name: ait.core.server.handlers.PacketHandler
packet: 1553_HS_Packet
Example in documentation
- stream:
name: log_stream
input: 3077
- stream:
name: telem_port_in_stream
input: 3076
handlers:
- my_custom_handlers.TestbedTelemHandler
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
Compare the config.yaml example with the corresponding example in the documentation, focusing on the differing input formats and handler entries. Confirm which structure the project expects, then make the examples consistent and verify that both snippets accurately represent the supported configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- yaml
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100