thin-edge / thin-edge.io

The open edge framework for lightweight IoT devices
https://thin-edge.io
Apache License 2.0
218 stars 54 forks source link

MQTT connection using websocket #3037

Open oikibun opened 1 month ago

oikibun commented 1 month ago

Is your feature request related to a problem? Please describe. A traditional industrial company doesn't allow outbound connections using 8883 or other ports. Only allow 443 ports.

Describe the solution you'd like It appreciates implementing MQTT connection using WebSocket to cloud platforms.

reubenmiller commented 1 month ago

@oikibun Thanks for the suggestion.

Is there a particular cloud that you are interested in using? As we'd have to check what is supported by each of the clouds, e.g. AWS, Azure, Cumulocity IoT?

If you're talking about Cumulocity IoT, then we have to check if certificate based authentication is supported when using MQTT over websockets.