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

CoAP: Support falling back to polling observable properties and events #1316

Open
JKRhb opened this issue Aug 14, 2024 · 0 comments
Open

CoAP: Support falling back to polling observable properties and events #1316

JKRhb opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
binding-coap Issues related to coap protocol binding

Comments

@JKRhb
Copy link
Member

JKRhb commented Aug 14, 2024

With the merge of w3c/wot-binding-templates#353, the CoAP Binding Template received an update that removed the cov:observe subprotocol and instead specifies that a consumer should be prepared to fall back to polling when trying to use CoAP observe if the server's initial response does not contain an Observe option. To support this behavior, either the CoAP implementation needs to be updated or support for this more general interaction pattern needs to be added to the underlying CoAP libraries.

For events, we should support passing subscription data to a Thing via the CoAP FETCH method. For this, both the consumer and the server implementation needs to be adjusted.

@JKRhb JKRhb added the binding-coap Issues related to coap protocol binding label Aug 14, 2024
@JKRhb JKRhb self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding-coap Issues related to coap protocol binding
Projects
None yet
Development

No branches or pull requests

1 participant