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

MPX-24 - Add support for CoAP and DTLS #60

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2024

  1. feat: Add coap proxy

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3ca34d6 View commit details
    Browse the repository at this point in the history
  2. refactor: Refactor tls.go for load tls and dtls

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7f20209 View commit details
    Browse the repository at this point in the history
  3. refactor: refactor loadtls and loaddtls functions

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c8011e6 View commit details
    Browse the repository at this point in the history
  4. refactor: refactor load tls and dtls using generics

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    79bc3c5 View commit details
    Browse the repository at this point in the history
  5. refactor: rebase

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    247100b View commit details
    Browse the repository at this point in the history
  6. refactor: merge listen and listendtls

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    46c672c View commit details
    Browse the repository at this point in the history
  7. feat: add examples for coap client, update readme

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    78a0d6f View commit details
    Browse the repository at this point in the history
  8. feat: add server for coap example

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6a9c7e3 View commit details
    Browse the repository at this point in the history
  9. feat: add cancel observation

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7f0cbb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. feat: add udp and dtls proxy

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0f62fe0 View commit details
    Browse the repository at this point in the history