Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persist observe: Support tracking observe information over server res…
…tarts Add in optional callbacks for when observe subscriptions start and stop. Add in optional callbacks for when the observe counter is updated (can be ratelimited) for a resource as well as track when a resource is deleted. Add is support for new functions coap_persist_observe() for server to add in tracked observe information. coap_resource_set_observe_num() to update observe counter from tracked information. coap_observe_track() to define the optional callback functions. coap-server has -t option to track observe information (most of the code updates). UDP sessions supported, as well as OSCORE over UDP. Documentation updated
- Loading branch information