如何在 AWS IOT 和 Azure IOT HUB 中查看 MQTT 数据

How to see MQTT data in AWS IOT and Azure IOT HUB

我有一个 MQTT 客户端,它向 "AWS IOT" 和 "Azure IOT HUB" 发布数据(主题)。

要查看数据到 "Azure IOT HUB",我正在使用 "DeviceExplorer": https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/DeviceExplorer

我想知道?

For Azure IOT HUB:
- How I can see the same data in azure portal?

For AWS IOT:
- Is there any similar tool for AWS IOT?
- How I can see the same in AWS portal? (I thought it should be "CloudWatch", but not sure how to use it?)

任何链接和参考都将非常有用。

对于 Azure 门户:

没有 built-in 功能可以在 Azure IoT 中心门户中查看遥测数据。但是,以下 Azure 应用程序可以帮助您:

在使用Visual Studio的情况下:

Cloud Explorer