coapjs / coapjs/node-coap

CoAP over TCP/TLS

Open
#257 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement RFC 8323
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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.