Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
222 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I cross compile azure-iot-sdk-c to freertos mt7933, and run iothub_client/samples/iothub_ll_telemetry_sample/iothub_ll_telemetry_sample using mqtt over websocket.
But it got ENOTCONN on recv after websocket handshaking success.
(using mqtt is ok)
When run on linux, it did not happen. Why?