0.1.3 • Published 5 years ago

node-red-contrib-azure-iot-edge v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

Azure IoT Edge Node-Red Module

How to deploy the module

Once the module is running you can access Node-Red through the browser on the same network as the edge device using the IP address or network name and port number 1880: http://<edge-device-ip>:1880

Use the tempSensor to simulate a device

If you want to simulate a device sending data on the IoT Edge you can deploy the tempSensor module. For more information on how to do this please check out: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux-arm.

An example of a route that can be used to validate sending input to the Node-Red module:

Replace {noderedmodule} with the name of the Node-Red module you created.

Module nodes

The Node-Red module contains a number of custom nodes placed in the group "Azure IoT Edge". These nodes are "Module Twin", "Module Input", "Module Output", and "Module Method". These nodes represent the interaction that can be done with an Azure IoT Edge Module:

How to use the module

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago