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

Move CoAP server setup into module #348

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    598c537 View commit details
    Browse the repository at this point in the history
  2. fix(coap): Minor lint fixes

    chrysn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6502105 View commit details
    Browse the repository at this point in the history
  3. build: Add riot-rs{-,::}coap

    chrysn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    30f1716 View commit details
    Browse the repository at this point in the history
  4. 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.
    chrysn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    09a3cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf57daf View commit details
    Browse the repository at this point in the history
  6. ci(doc): Enable CoAP module

    chrysn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    83d39d9 View commit details
    Browse the repository at this point in the history
  7. fix(coap): Split and simplify example client code to avoid unwraps an…

    …d enhance error handling
    chrysn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ed56c41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    000d917 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. 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).
    chrysn committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    04ec2b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764adb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796181a View commit details
    Browse the repository at this point in the history