Skip to content

Ell-i/node-red-contrib-coap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-coap

Build Status Coverage Status Dependency Status Dev Dependency Status

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

Functionality

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

Install

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

Install from Source

cd $NODE_RED_HOME/nodes
git clone https://github.com/reederz/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.

About

CoAP support in Node-RED with IPv6 address support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.6%
  • HTML 14.4%