disable telnet when starting pyocd-gdbserver
Open
Nobody has claimed this yet.
new feature
to do
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 560
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 3
Description
Description
When user doesn't need to use telnet server there should be way to disable it. It just waste of cpu&memory (& one extra socket) which might be problematic in "low-end-hosts" like odroid.
Contributor guide
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
Start at the pyocd-gdbserver startup path and trace where the telnet server is created. Add a way to disable telnet while preserving GDB server operation, and verify that the disabled mode does not allocate the extra socket or resources.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100