0.8.0 • Published 1 year ago

node-red-contrib-coap v0.8.0

Weekly downloads
104
License
MIT
Repository
github
Last release
1 year ago

node-red-contrib-coap

Build Status platform NPM version Coverage Status NPM

This project adds CoAP support to Node-RED. It is based on Matteo Collina's node-coap.

Functionality

We introduce "coap request", "coap in", and "coap response" nodes which can be used in a similar fashion to "http request", "http in", and "http reponse" nodes from Node-RED's core.

Requirements

This module requires at least Node version 12. This might require you to upgrade the pre-installed Node version on platforms like Beaglebone.

Install

cd $NODE_RED_HOME
npm install node-red-contrib-coap

Install from Source

cd $NODE_RED_HOME/nodes
git clone https://github.com/JKRhb/node-red-contrib-coap.git
cd ./node-red-contrib-coap
npm install

Examples

You can check out a couple of usage examples at ./examples directory of this repo.

0.8.0

1 year ago

0.7.7

2 years ago

0.7.6

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago