Releases: decadenza/ProsecCoAP
Releases · decadenza/ProsecCoAP
v1.0.0
16 Feb 14:23
Compare
Sorry, something went wrong.
No results found
A complete redesign of the API.
Message is not stored as raw bytes internally for minimum memory footprint.
Retransmission of CON messages is handled automatically.
The loop takes care of matching ACK or RST messages, removing them from retransmission queue.
Observer option is supported, together with some utilities to manage the observers (refer to the examples).
Fully documented and updated examples.
v0.9.5
23 Jan 08:28
Compare
Sorry, something went wrong.
No results found
Removed Coap::sendObserveRegisterConfirmation that did not comply to the CoAP specifications.
Using "endpoint" instead of "url" to clarify that server IP:PORT must not be included.
Minor clean up.
Bugfixes.
v0.9.3
19 Jan 15:49
Compare
Sorry, something went wrong.
No results found
API improvements.
Added post method.
Improved Observer.
Minor fixes:
Addressed compiler warnings.
Published for PlatformIO too.
v0.9.0
07 Jan 13:31
Compare
Sorry, something went wrong.
No results found
First example with Observe option and documentation.