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

New CoAPClient creator method using a standard socket #103

Merged

Commits on Sep 1, 2024

  1. New CoAPClient creator method using a standard socket

    In some scenarios it's useful to have control over advanced socket
    configuration. These advanced settings are available in the socket2
    crate. To create CoAPClient using sockets with these advanced
    settings, we need a creator method capable of using standard-socket-
    compatible socket instance that can be explicitly configured by the
    API user.
    hubertmis committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e64c209 View commit details
    Browse the repository at this point in the history