2019年8月12日 星期一

Introduction to Node Red


Introduction to Node Red


node-red-iconWhat is Node Red? –Node red is a flow based tool and IOT Dashboard developed by IBM and written in Node.js.It is an Open Source project
Node red lets you easily create program flows by joining together black box functions (nodes) using a web interface.

Introduction Video

A quick overview of node-red and an introduction to flows.

Node-Red Basic Course

To get you started I’ve created a basic course designed for complete beginners. The course introduces users to the node-red admin interface and basic flows and consists of a collection of tutorials and videos.

The Node-Red Command Console

This is the command console used to start node-red.
It displays useful information such as the admin port, current flow directory, and also output from the node.log function used in node function nodes.
node-red-web-url

Security

By default node-red installs completely open and you can access the admin interface,create and deploy flows without having to login.
However you can secure node red by requiring username/password authentication, and also SSL.

Node-Red Tutorials


Node-Red and MQTT

Node Red Demo Videos

Videos General

Node-Red Nodes

Useful Tools

Summary Of Terms

Note: These are the terms and meanings used in this tutorial.
Workspace – Contains all of your flows
Flow – A collection of nodes and wires
Flow Canvas – The Flow Edit screen
Node – A packaged JavaScript function with data.
Wire– A connection between nodes.

沒有留言:

張貼留言

Telegram +ESP32自動發報機

  Telegram   +ESP32自動發報機 這套系統是一個典型的 IoT(物聯網)架構 ,結合了遠端配置(Python)、通訊中介(MQTT)與硬體執行(ESP32)。 以下我為您拆解這兩支程式的核心運作原理: 一、 系統架構流程 Python 端 (控制台) :使用者輸入...