2019年6月19日 星期三

Node-Red Basic Course

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 functions.

Security

By default node-red installs completely open and you can access the admin interface and 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.


Resources
Related Tutorials

沒有留言:

張貼留言

wokwi 使用在哪一時間使用比較容易 組譯成功

 Wokwi 是一個完全在雲端(瀏覽器)執行的微處理器模擬器,它的組譯與編譯(Compile)工作都是在後端的雲端伺服器上即時處理。 原則上,Wokwi 的伺服器架構相當彈性,隨時都可以使用。但如果從 伺服器負載與網路延遲 的角度來看,以下幾個時間點通常反應最快、最不容易因為伺服...