... | ... | @@ -3,14 +3,14 @@ |
|
|
|
|
|
After starting a browser, navigate to `http://<your_url>:1880` to reach node-RED.
|
|
|
The window has three important areas:
|
|
|
* on the left, there are the `nodes`. They provide the functionality
|
|
|
* on the right, there are different tools, we are going to use the debug window (click on the little bug icon) first
|
|
|
* in the middle we are going to create our `flow`.
|
|
|
* On the left, there are the `nodes`. They provide the functionality.
|
|
|
* On the right, there are different tools, we are going to use the debug window (click on the little bug icon) first.
|
|
|
* In the middle we are going to create our `flow`.
|
|
|
|
|
|

|
|
|
|
|
|
* Now drag an `inject` node and a `debug` node to the flow
|
|
|
* Connect the nodes by clicking and holding the little circle on the right ide of the blue `inject` node, and drop the virtual cable on the circle on the left ide of the green `debug` node
|
|
|
* click the `Deploy` button to sav your flow to the server.
|
|
|
* now click the button on the left side of the `inject` node to start the flow
|
|
|
* the timestamp will be displayed in the debug area |
|
|
\ No newline at end of file |
|
|
* Now drag an `inject` node and a `debug` node to the flow.
|
|
|
* Connect the nodes by clicking and holding the little circle on the right ide of the blue `inject` node, and drop the virtual cable on the circle on the left ide of the green `debug` node.
|
|
|
* Click the `Deploy` button to sav your flow to the server.
|
|
|
* Now click the button on the left side of the `inject` node to start the flow.
|
|
|
* The timestamp will be displayed in the debug area. |
|
|
\ No newline at end of file |