简体   繁体   中英

How to connect a gateway in Azure iot Central

recently MS has released a new feature regarding 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:
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

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 ).

I did some tests using 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.

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

More info in here: 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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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