ThingsPro Agent
ThingsPro Agent is a module that runs on the Azure IoT Edge to bridge a couple of important functions between ThingsPro Edge and Azure IoT Edge. The role of the ThingsPro Agent is shown in the diagram here.
Installing ThingsPro Agent on ThingsPro Edge
To install the ThingsPro Agent, do the following:
- Create iotedge device.
- Set up the ThingsPro Agent (Add a module from the Azure Portal).
- Docker image:
moxa2019/thingspro-agent:2.2.2-amd64
moxa2019/thingspro-agent:2.2.2-armhf
- Container create option
{
"HostConfig": {
"Binds": [
"/var/thingspro/apps/azureiotedge/data/setting/:/var/thingspro/cloud/setting/",
"/run/:/host/run/",
"/var/thingspro/data/:/var/thingspro/data/"
]
}
}
Last updated on 2022-07-22 by JamesCW Kao