You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: