How to check messages arriving on Azure IoTHub

I have an event generator connected and sending messages to an IoT hub. How to check which message appeared? I would be interested in different definition methods (software, dashboard, etc.).

+4
source share
2 answers

If you just want to test the messages, you can download the Device Explorer sample application ( open source on GitHub ), configure it using your connection string, and track messages.

enter image description here

+4
source

- Azure IoT Toolkit Visual Studio, , Azure IoT Hub,

device-explorer

, -: Azure IoT Web Client, . :

  • " "
  • "-"

Demo

+5

Source: https://habr.com/ru/post/1628640/


All Articles