0.2.6 • Published 6 years ago

node-red-contrib-carriots v0.2.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

node-red-contrib-carriots

A set of nodes that allow you to interact with Carriots.

  • send streams with MQTT or HTTP (streams/sendstreams).
  • get a list of streams (streams/getstreams).
  • get a list of services (services/getservices).
  • get a list of projects (projects/projects).
  • publish and subscribe on Carriots MQTTBroker (mqtt).
  • get a list of groups (groups/getgroups).
  • get a list of devices and their config files (devices).
  • get the content of the configuration files of a device (devices).
  • get a list of assets (assets).

You need an account on Carriots to have available you APIKEY and access all the of the features of the Carriots platform.

Install via NPM

Run the following commands in the root directory of your Node-RED install:

[sudo] npm install -g --save mqtt
[sudo] npm install -g --save request
[sudo] npm install node-red-contrib-carriots

Usage

  1. Set up the configuration of the node and use the inject node to make a request. You can find more information on the help of the node.
  2. You can access the content of the output by the debug or the system console.

MORE INFO

For more information visit the Carriots tutorials or the documentation of Node-RED.

LICENSE

Copyright (c) 2018, Carriots

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago