ThingsPro Agent
ThingsPro Agent is a module running on Azure IoT Edge, which bridge couple important functions between ThingsPro Edge and Azure IoT Edge seamless. This document describes the detail technical specification those you shall know, when deal with ThingsPro Agent.
Install Module ThingsPro Agent on ThingsPro Edge
- Create iotedge device
- Setup ThingsPro Agent (Add module from Azure Portal)
- docker image:
moxa2019/thingspro-agent:2.1.1-amd64
moxa2019/thingspro-agent:2.1.1-armhf
- Container Create Option
{
"HostConfig": {
"Binds": [
"/var/thingspro/apps/cloud/data/setting/:/var/thingspro/cloud/setting/",
"/run/:/host/run/",
"/var/thingspro/data/:/var/thingspro/data/"
]
}
}
- docker image:
Last updated on 2022-05-31 by Aeluin Chen (陳映攸)