Notifications
Clear all

Testing if messages from my Device is reaching the Azure IoT Hub

RSS

(@abhijith)
Noble Member
Joined: 2 years ago
帖子:1350
24/04/2021 11:03 am
我哈ve two event generators connected to the Azure IoT Hub. Now, if I publish a message from my Raspberry Pi to either the Azure IoT Hub or my other connected device, how do I know if my message was received and what message exactly arrived?

Quote
(@ganesh)
Noble Member
Joined: 2 years ago
Posts: 1362
24/04/2021 11:06 am

Download the Device Explorer open-source tool and configure your connection string with it to monitor their messages. Go to "Message to Device" to select your device in the Device ID Tab and click the "Monitor Feedback Endpoint" checkbox for checking if your device is reachable by the IoT Hub. You'll always be shown the status of messages whenever a message is published in the callback/feedback message. And, the messages get deleted only after the specified retention period for the Hub.


ReplyQuote
Share:
Baidu