简体   繁体   English

如何在 Azure iot Central 中连接网关

[英]How to connect a gateway in Azure iot Central

recently MS has released a new feature regarding IoT-Central.最近,MS 发布了一项关于 IoT-Central 的新功能。 One of these features is about connecting an Iot-Node/Device to Iot-Central as Gateway.这些功能之一是将物联网节点/设备连接到物联网中心作为网关。 Since I haven't found any documentation about it, I would like to know if anyone knows how to use it.由于我还没有找到任何关于它的文档,我想知道是否有人知道如何使用它。

Thank you very much for your efforts in advance.非常感谢您提前付出的努力。 :) :)

Assuming you are asking about the newly announced preview for connecting IoT Edge devices (for use as gateways) to IoT Central, here is the corresponding tutorials to get started:假设您询问新发布的将 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-define-edge-device-type-pnp
https://docs.microsoft.com/en-us/azure/iot-central/core/tutorial-add-edge-as-leaf-device https://docs.microsoft.com/en-us/azure/iot-central/core/tutorial-add-edge-as-leaf-device

Note that this feature is still in preview.请注意,此功能仍处于预览阶段。 As a general note, to find documentation for preview features in IoT Central, you can find the link at the root of the IoT Central documentation for the generally available features ( https://docs.microsoft.com/en-us/azure/iot-central/core/overview-iot-central-pnp ).作为一般说明,要在 IoT Central 中查找预览功能的文档,您可以在 IoT Central 文档的根目录中找到一般可用功能的链接 ( https://docs.microsoft.com/en-us/azure/ iot-central/core/overview-iot-central-pnp )。

I did some tests using IOT Central.我使用 IOT Central 做了一些测试。 The way I found to connect a device to IOT Central Hub was using DPS Key Gen to generate the connection string, then use it to send data.我发现将设备连接到 IOT Central Hub 的方法是使用 DPS Key Gen 生成连接字符串,然后使用它发送数据。

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

More info in here: https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-connectivity更多信息在这里: https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-connectivity

Ps: this blog post was very helpful too: https://sandervandevelde.wordpress.com/2019/04/06/connecting-simple-devices-to-iot-central/ Ps:这篇博文也很有帮助: https://sandervandevelde.wordpress.com/2019/04/06/connecting-simple-devices-to-iot-central/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM