CoAP over TCP/TLS
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 552
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
RFC 8323 specifies CoAP over TCP instead of UDP. Roughly speaking, the protocol is the same as in the UDP case, but measures that let the application detect duplicate messages and resolve ordering issues are not included within the TCP version of CoAP.
Questions that come to my mind are:
- Is there any intention/timeline to support CoAP over TCP (or even TLS)?
- Does an integration of the TCP case make sense to include in the current library? Can one estimate the refactoring efforts?
Thanks!
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 by reading RFC 8323 and comparing its TCP/TLS requirements with the current library's UDP-oriented design. Determine whether support belongs in this library, what refactoring would be required, and whether a concrete implementation plan and completion criteria can be defined; no specific file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100