Skip to content

Releases: decadenza/ProsecCoAP

v1.0.0

16 Feb 14:23

Choose a tag to compare

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

Choose a tag to compare

  • 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

Choose a tag to compare

API improvements.
Added post method.
Improved Observer.
Minor fixes:

  • Addressed compiler warnings.
  • Published for PlatformIO too.

v0.9.0

07 Jan 13:31

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

First example with Observe option and documentation.