how to show data from iot edge device on iot hub ?

Ahmed Assad 266 Reputation points
2021-01-30T21:33:57.503+00:00

I had deployed an iot edge on raspberry pi and deploy an MQTT server . So, raspberry pi is acting now as an iot edge and MQTT broker for multiple loaf devices .
I want to receive this data from edge device on iot hub
OS : linux debian

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
378 questions
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.
534 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,115 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
207 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 28,236 Reputation points MVP
    2021-01-31T13:59:09.82+00:00

    Hello @AhmedAssad-8581,

    So you are already familiar with sending messages from IoT Edge modules to the IoT Hub using the $upstream route.

    Do you want to receive the messages from multiple devices that expose MQTT?

    You could try one of the available modules in the Marketplace or build a custom module.

    You could for example build a C# module using this MQTT Client Nuget library.

    You could even write your own broker, inside a custom IoT Edge module, using this Nuget package.


0 additional answers

Sort by: Most helpful