nanocoap_sock: implement observe (Client-Side)#21160
Merged
benpicco merged 3 commits intoRIOT-OS:masterfrom Apr 4, 2025
Merged
nanocoap_sock: implement observe (Client-Side)#21160benpicco merged 3 commits intoRIOT-OS:masterfrom
benpicco merged 3 commits intoRIOT-OS:masterfrom
Conversation
maribu
reviewed
Jan 23, 2025
Member
maribu
left a comment
There was a problem hiding this comment.
Looks quite good to me :)
I have been thinking for ages whether we should go for async sockets for nanocoap (both client and server), and provide the synchronous sock API on top of that.
IMO the synchronous interface is optimized for the rather synthetic "shell app use case". Any "headless" MCU would more likely want to use an async API and the ability to run server and client on the same endpoint.
But that is orthogonal to this PR.
8d0a4e9 to
dcded9d
Compare
maribu
reviewed
Jan 23, 2025
5a58280 to
73f41af
Compare
maribu
approved these changes
Jan 28, 2025
Member
maribu
left a comment
There was a problem hiding this comment.
lgtm, some more comments inline and the CI also has comments.
73f41af to
99a66d5
Compare
maribu
approved these changes
Jan 28, 2025
99a66d5 to
890df8b
Compare
890df8b to
d1be87a
Compare
d1be87a to
f2b9540
Compare
Contributor
|
Let's just use CI once to catch all too little boards |
f2b9540 to
bf012f5
Compare
Member
|
🤞 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
Testing procedure
A new
observecommand was added totests/net/nanocoap_cli:Issues/PRs references
based on #21147