Azure / azure-iot-arduino

Azure IoT library for the Arduino
Other
168 stars 95 forks source link

Is MQTT-over-WebSockets supported? #69

Closed ChristianWeyer closed 6 years ago

ChristianWeyer commented 7 years ago

Hi all,

is MQTT-over-WS supported for Arduino, something like this: iotHubClientHandle = IoTHubClient_LL_CreateFromConnectionString(connectionString, MQTT_WebSocket_Protocol);

Thanks!

JetstreamRoySprowl commented 7 years ago

@ChristianWeyer : This is not something we have tested yet, but we will be working on it in the near future.

ChristianWeyer commented 6 years ago

Is this implemented @tameraw ?

cocowalla commented 6 years ago

Hi, also interested in MQTT-over-WS, but this issue seems to have been closed without comment?

I believe .NET Core 2.1 will support websockets, so was wondering if any work had been done here to support it?

JetstreamRoySprowl commented 6 years ago

Hi @cocowalla , MQTT-over-WS is fully supported in our C and .NET SDKs, but the Arduino libraries are a deliberately smaller subset of the main SDK. We have no current plans to expand the existing Arduino library capabilities.

sukretniy commented 5 years ago

Does anyone found some workaround to use MQTT-over-WS for arduino with esp8266? Or tried to implement MQTT_WebSocket_Protocol?