tuielectronics / ESP8266-mqtt-over-websocket

ESP8266 MQTT client over arduinoWebSockets library
10 stars 5 forks source link

Minimum Sketch #3

Open joko2020 opened 3 years ago

joko2020 commented 3 years ago

Hello hi, Thank's for uploading , could you please provide minimum sketch to connect esp8266 to mqtt broker over websocket please. i have deploy my own server in cloud using EMQX , and my server will only receive (ws:// and wss://) communication also I activated username & password for authentication.

Thank's you

mer30boy commented 3 years ago

hi I also need a library about MQTT client for communication over secure websocket Did you find anything?

joko2020 commented 3 years ago

Not yet,...I just Found The way to Connect Via TLS/SSL 8883 to my own broker , by using Adafruit library..

mer30boy commented 3 years ago

try this fork: https://github.com/clysss/WebSocketStreamClient

joko2020 commented 3 years ago

try this fork: https://github.com/clysss/WebSocketStreamClient

ok I'll do

joko2020 commented 3 years ago

Thanks