Recommendation for direct edge-2-edge communication

mpoeckl 161 Reputation points Microsoft Employee
2020-08-24T13:21:03.497+00:00

Is there a recommendation on how to do (direct) Edge 2 Edge communication/messaging (bi-directional messages between edge devices, "bypassing" IoT Hub). Is there any ootb functionality or modules that can be leveraged?

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.
548 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 29,856 Reputation points MVP
    2020-08-25T10:03:41.757+00:00

    It seems Microsoft is working on some kind of nested edge... But this seems to be in an early stage.

    I checked out EventGrid on Azure IoT Edge but this is for C2D and D2C EventGrid messages only.

    The solution at this moment seems to be to build an alternative communication channel yourself. I recommend to check out either MQTT or Websockets as Pub/Sub protocol.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful