如何在 Azure iot Central 中连接网关

How to connect a gateway in Azure iot Central

最近,MS 发布了一项关于 IoT-Central 的新功能。
这些功能之一是将物联网节点/设备连接到物联网中心作为网关。
由于我没有找到任何关于它的文档,我想知道是否有人知道如何使用它。

非常感谢您提前付出的努力。 :)


假设您询问的是新发布的将 IoT Edge 设备(用作网关)连接到 IoT Central 的预览版,以下是相应的入门教程:
https://docs.microsoft.com/en-us/azure/iot-central/core/tutorial-define-edge-device-type-pnp
https://docs.microsoft.com/en-us/azure/iot-central/core/tutorial-add-edge-as-leaf-device

请注意,此功能仍处于预览阶段。作为一般说明,要在 IoT Central 中查找预览功能的文档,您可以在 IoT Central 文档的根目录中找到一般可用功能的链接 (https://docs.microsoft.com/en-us/azure/ iot-central/core/overview-iot-central-pnp).


我使用 IOT Central 进行了一些测试。我发现将设备连接到 IOT Central Hub 的方法是使用 DPS Key Gen 生成连接字符串,然后使用它发送数据。

https://github.com/Azure/dps-keygen

这里有更多信息:https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-connectivity

Ps:这篇博文也很有帮助:https://sandervandevelde.wordpress.com/2019/04/06/connecting-simple-devices-to-iot-central/