Azure / azure-iot-sdk-java

A Java SDK for connecting devices to Microsoft Azure IoT services
https://azure.github.io/azure-iot-sdk-java/
Other
200 stars 235 forks source link

How to use iot-hub in golang #1773

Closed PurpleScorpion closed 11 months ago

PurpleScorpion commented 11 months ago

I did not find "azure-iot-sdk-go" in the github repository. Does golang support iot-hub? If I must use golang to connect to iot-hub, is there a solution?

Looking forward to your answers

timtay-microsoft commented 11 months ago

We don't currently offer an IoT hub SDK in golang and don't have any immediate plans to create one. You will need to use an MQTT/HTTP/AMQP client directly to communicate with IoT hub in golang.

For MQTT specific scenarios, I recommend referencing this doc