How many leaf devices can connect to Azure IoT edge using translation protocol and can a leaf device connect to more then one IoT edge?

Stimpson, John 1 Reputation point
2021-07-26T12:21:14.867+00:00

In my use case, I have a device worn by personnel that is Bluetooth enabled. As the person walks through the building I want his device to connect to BT-enabled IoT edge devices in protocol translation mode to upload telemetry data.

  1. Is there an association between leaf device and IoT Edge that prevents the Leaf from connecting to multiple IoT Edge GW?
  2. If a leaf can only connect to one IoT Edge GW in translation protocol mode is there a limit?
Azure Internet of Things
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
598 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 36,766 Reputation points MVP Volunteer Moderator
    2021-07-27T21:27:43.573+00:00

    Hello @Stimpson, John ,

    You are not doing transparent proxy, you need Identity translation:

    118359-image.png

    This is something you have to create yourself:

    • Identity connections with the BT devices or incoming messages
    • Know how this BT device is already registered in the IoT Hub
    • Create a device client and send a message as being this device

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.