Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RFC 7967 (No Server Response Option) #303

Open
JKRhb opened this issue Oct 8, 2021 · 0 comments
Open

Implement RFC 7967 (No Server Response Option) #303

JKRhb opened this issue Oct 8, 2021 · 0 comments
Labels
enhancement RFC 7967 Issues related to RFC 7967 (No Server Response Option)

Comments

@JKRhb
Copy link
Member

JKRhb commented Oct 8, 2021

RFC 7967 adds a "No Server Response" option to CoAP which is currently not supported by node-coap. The option allows clients to express that they are not interested in certain responses by the server, suppressing, for example, responses with a success code (2.xx) to frequent updates using the POST requests.

Compared to other RFCs, it should be relatively easy to implement (famous last words 😉).

@JKRhb JKRhb added enhancement RFC 7967 Issues related to RFC 7967 (No Server Response Option) labels Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement RFC 7967 Issues related to RFC 7967 (No Server Response Option)
Projects
None yet
Development

No branches or pull requests

1 participant