Skip to content

tertiarycourses/Advanced-Node-Red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Advanced Node-RED Training

These are the exercise files used for Advanced Node-RED Training course.

The course outline can be found in

https://www.tertiarycourses.com.sg/advanced-node-red-training.html

https://www.tertiarycourses.com.my/advanced-node-red-training-malaysia.html

Topic 1 Overview of Node-Red

  • Overview of Node-Red
  • Install Node.js and Node-Red
  • Flows and Nodes
  • Message Object
  • Basic Node Operations
  • Export and Import Flows
  • Subflows
  • Palette Manager

Topic 2 Function Node

  • Function node
  • Modify Message Object Properties
  • Multiple Outputs
  • Storing Data in Node-Red Variables
  • Reusing Function Node

Topic 3 HTTP Node and RESTFUL API

  • HTTP Request
  • RESTFUL API
  • Create a HTTP Endpoint

Topic 4 MQTT Node

  • What is MQTT
  • How MQTT Work?
  • IoT vai MQTT
  • Internet MQTT Broker Available
  • Install Local Mosquitto MQTT Broker
  • Test Out MQTT

Topic 5 Dashboard Node

  • Install Dashboard Node
  • Access Dashboard UI
  • Dashboard Layout
  • Dashboard Widgets

Topic 6 SQLite Node

  • Install SQLite Node
  • CRUD Operations using SQLite Node