1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/nodered
2019-01-16 01:18:19 -05:00
..
defaults Update nodered and mqtt flags in respective default/main.yml as per #1352 2019-01-15 15:23:19 +00:00
tasks "systemctl daemon_reload" before node-red service enabled/started 2019-01-16 01:18:19 -05:00
templates Fix node red executable path in service file per host OS 2019-01-16 03:43:41 +00:00
README.rst Update README.rst 2019-01-15 16:24:46 -05:00

Adds `Node-RED <https://nodered.org/>`_ and `Node-RED Dashboard <https://flows.nodered.org/node/node-red-dashboard>`_ to Internet-in-a-Box (IIAB) for educational experiments with `IoT <https://en.wikipedia.org/wiki/Internet_of_things>`_.

Node-RED is a flow-based development tool for visual programming developed originally by IBM for wiring together hardware devices, APIs and online services as part of the Internet of Things.  Node-RED provides a web browser-based flow editor, which can be used to create JavaScript functions.

SEE ALSO: `Mosquitto (MQTT) <../mosquitto/README.rst>`_