node-red-contrib-coap

CoAP support in Node-RED

MIT License

Downloads
228
Stars
27
Committers
8
node-red-contrib-coap - Version 0.7.6 Latest Release

Published by JKRhb over 2 years ago

What's Changed

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.7.5...v0.7.6

node-red-contrib-coap - Version 0.7.5

Published by JKRhb over 2 years ago

What's Changed

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.7.4...v0.7.5

node-red-contrib-coap - Version 0.7.4

Published by JKRhb over 2 years ago

node-red-contrib-coap - Version 0.7.3

Published by JKRhb over 2 years ago

What's Changed

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.7.2...v0.7.3

node-red-contrib-coap - Version 0.7.2

Published by JKRhb over 2 years ago

What's Changed

  • feat: add coap response node to examples

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.7.1...v0.7.2

node-red-contrib-coap - Version 0.7.1

Published by JKRhb over 2 years ago

What's Changed

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.7.0...v0.7.1

node-red-contrib-coap - Version 0.7.0

Published by JKRhb over 2 years ago

What's Changed

Dependency Updates

New Contributors

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.6.0...v0.7.0

node-red-contrib-coap - Version 0.6.0

Published by JKRhb almost 3 years ago

What's Changed

Full Changelog: https://github.com/JKRhb/node-red-contrib-coap/compare/v0.5.0...v0.6.0

node-red-contrib-coap - Version 0.5.0

Published by JKRhb about 3 years ago

  • Updated dependencies (#33)
  • Dropped support for node version 10 (#33)
  • Minor clean-up regarding content-type registration
node-red-contrib-coap - Version 0.4.2

Published by JKRhb over 3 years ago

Changelog

  • Added multicast option to request node (#24)
  • Updated dependencies
  • Errors that occur during the parsing of JSON payloads of reponses are now catched
  • Fixed localization for en-US (#28, thank you @zinen!)
  • UDP6 agent in CoAP server is now turned off by default to avoid issues on systems that do not use v4/v6 hybrid sockets
  • Changed color schema of nodes to orange to make them more distinguishable (#31)
node-red-contrib-coap - Version 0.4.1

Published by JKRhb over 3 years ago

Changelog

  • Added localization for English and German (#23)
  • Minor cosmetic changes to make the CoAP nodes more similar to the HTTP nodes
node-red-contrib-coap - Version 0.4.0

Published by JKRhb over 3 years ago

Changelog

  • Dependencies have been updated (PR #17)
  • coap in node can now support IPv6 (PR #17)
  • Issue with literal IPv6 addresses has been fixed (PR #10)
  • coap request node now exports both headers and status code (PR #9)
  • coap request node now preserves message properties (PR #8)
  • Reformatted source code and reworked CI workflows