You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
I'm working on a new implementation of CoAP in an existing system.
I would like to get an event, or wait until the exchange.Respond(..) has completed.
Preferably I would like to get an error code or something similar to log in our database.
Is this possible to achieve with this library?
Typical response to the datalogger, the data might be a 350KB file:
Hi,
I'm working on a new implementation of CoAP in an existing system.
I would like to get an event, or wait until the exchange.Respond(..) has completed.
Preferably I would like to get an error code or something similar to log in our database.
Is this possible to achieve with this library?
Typical response to the datalogger, the data might be a 350KB file:
