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

net/gcoap: Confirmable Observe notifications #7548

Closed
wants to merge 4 commits into from

Commits on Apr 3, 2018

  1. net/gcoap: lookup request memo on token or msg ID

    Supports handling an empty message response.
    kb2ma committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    09ab513 View commit details
    Browse the repository at this point in the history
  2. net/gcoap: rework token use in _find_obs_memo()

    Supports new uses where a coap_pkt_t PDU is not available.
    kb2ma committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    28346f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baeb3e8 View commit details
    Browse the repository at this point in the history
  4. net/gcoap: deregister confirmable notification

    Handles if no ACK response, or if a reset (RST) response.
    kb2ma committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    ac71683 View commit details
    Browse the repository at this point in the history