TheM
TheM

Reputation: 11

iot edge best practise

We like the iot edge module provisiong feature. We want to evaluate if modules could gather data from the devices and send them to IoTHub for further processing.

We found this feature overview of IoTEdge: https://learn.microsoft.com/de-de/azure/iot-edge/iot-edge-as-gateway

Pattern Transparent and Protocol translation are out of scope due to above facts. Pattern Identity translation seems to fit.

We want a 1 to 1 relationship between module and real device.

Therefor we assume the following POC with the hope of clarification and best practise:

This somewho mixes up two patterns and seems kind of odd to us. Can you point out best practises and risks with this approach?

Upvotes: 1

Views: 304

Answers (1)

Michael Xu
Michael Xu

Reputation: 4432

Yes, I agree with that Pattern Identity translation could fit your scenario. There are three patterns for using an IoT Edge device as a gateway: transparent, protocol translation, and identity translation, you can refer to this link to get more introduction about these three pattern.

Upvotes: 1

Related Questions