-
Notifications
You must be signed in to change notification settings - Fork 12
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
Move CoAP server setup into module #348
Closed
chrysn
wants to merge
11
commits into
future-proof-iot:main
from
chrysn-pull-requests:coapserver-into-coapcore
Closed
Move CoAP server setup into module #348
chrysn
wants to merge
11
commits into
future-proof-iot:main
from
chrysn-pull-requests:coapserver-into-coapcore
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 598c537 - Browse repository at this point
Copy the full SHA 598c537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6502105 - Browse repository at this point
Copy the full SHA 6502105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f1716 - Browse repository at this point
Copy the full SHA 30f1716View commit details -
refactor: Move CoAP stack setup into riot-rs-coap module
The security setup is not moved in yet. Choices of address families are propagated into smoltcp to avoid mismatches.
Configuration menu - View commit details
-
Copy full SHA for 09a3cb0 - Browse repository at this point
Copy the full SHA 09a3cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf57daf - Browse repository at this point
Copy the full SHA bf57dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d39d9 - Browse repository at this point
Copy the full SHA 83d39d9View commit details -
fix(coap): Split and simplify example client code to avoid unwraps an…
…d enhance error handling
Configuration menu - View commit details
-
Copy full SHA for ed56c41 - Browse repository at this point
Copy the full SHA ed56c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 000d917 - Browse repository at this point
Copy the full SHA 000d917View commit details
Commits on Aug 16, 2024
-
Merge branch 'main' into coapserver-into-coapcore
This merge rejects some changes from c2859ab: The local changes place all CoAP output into a dedicated message stream. (That stream may contain defmt information at some point, but that'll need more infrastructure).
Configuration menu - View commit details
-
Copy full SHA for 04ec2b5 - Browse repository at this point
Copy the full SHA 04ec2b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764adb2 - Browse repository at this point
Copy the full SHA 764adb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 796181a - Browse repository at this point
Copy the full SHA 796181aView commit details
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.