Skip to content

Releases: coapjs/node-coap

v0.2.1

10 Oct 22:11
Compare
Choose a tag to compare
  • Basic Copper compatibility.
  • Upgraded bl to v0.5.0 to avoid buffer concatenations.
  • Upgraded coap-packet to v0.1.7.
  • Default status code for responses is '2.05'.

v0.2.0

10 Oct 19:52
Compare
Choose a tag to compare
  • Confirmable messages support both in request and createServer.

v0.1.1

09 Oct 17:59
Compare
Choose a tag to compare
  • README fixes.

v0.1.0

09 Oct 17:46
Compare
Choose a tag to compare
  • coap.request() implementation for non-confirmable (NON) messages with automatic retry.
  • coap.createServer() implementation with deduplication of messages (only NON requests are supported).
  • Added IncomingMessage and OutgoingMessage to simplify setting the packet parameters (options, codes, ecc..)