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

MG-1963 - Proxy CoAP using mproxy #2222

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 2, 2024

  1. Migrate gocoap to v3

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cf5f091 View commit details
    Browse the repository at this point in the history
  2. Dep: Update gocoap from v2 to v3

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5561259 View commit details
    Browse the repository at this point in the history
  3. Ref: refactor code

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    28af556 View commit details
    Browse the repository at this point in the history
  4. refactor: rename coap client to mux writer

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1ddfaf9 View commit details
    Browse the repository at this point in the history
  5. Refactor: correct improper context

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0270210 View commit details
    Browse the repository at this point in the history
  6. refactor: propagate options to response

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    81e7222 View commit details
    Browse the repository at this point in the history
  7. fix: Fix self terminating observation

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ff719d0 View commit details
    Browse the repository at this point in the history
  8. refactor: refactor transport.go send response

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    561da72 View commit details
    Browse the repository at this point in the history
  9. refactor: Change context source in get request

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    59a9261 View commit details
    Browse the repository at this point in the history
  10. fix: increase keep alive for connection

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3e82249 View commit details
    Browse the repository at this point in the history
  11. fix: Change context source for client.handler

    Signed-off-by: 1998-felix <[email protected]>
    felixgateru committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c82066f View commit details
    Browse the repository at this point in the history
  12. fix: add nil monitor as coap server option

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

Commits on May 3, 2024

  1. fix: update coap auth flag in e2e test tool

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

Commits on May 6, 2024

  1. fix: fix unauthorized response on obs cancellation

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