udmi

UDMI / Docs / Tools / Pagent

Pagent Provisioning Agent

pagent provides a simple tool for automatic cloud provisioning of devices. Typically, it involves running the provisioning agent on a local-network web-server that is configured to connect to an (already created) cloud instance. There are three main components to the flow:

To accomplish there, there are four main steps:

Sequence Diagram

+---------+    +-------+       +-------+
| Device  |    | Cloud |       | Agent |
+---------+    +-------+       +-------+
     |             |               |
     | Request     |               |
     |---------------------------->|
     |             |               |
     |             |     Provision |
     |             |<--------------|
     |             |               |
     |             |       Success |
     |<----------------------------|
     |             |               |
     | Connect     |               |
     |------------>|               |
     |             |               |

https://textart.io/sequence#

object Device Cloud Agent
Device->Agent: Request
Agent->Cloud: Provision
Agent->Device: Success
Device->Cloud: Connect