Questions tagged [websocket]
2 questions
5
votes
1 answer
ESP32 SocketIO Client is not connecting to Flask-SocketIO Server
I'm trying to connect a ESP32 client using SocketIO with a Flask-SocketIO server and it's not getting connected.
The server uses SSL. The local server address is https://192.168.1.137:3000.Is the https causing issue here?
The following is the output…
Shyam3089
- 165
- 4
2
votes
1 answer
WebSocket Server for MKR1000
I was looking for a websocket server for my MKR1000 but nothing I found works.
I tried all the libraries that come with Arduino but half of those don't compile on the MKR1000 and those that do it don't work at all.
Your help would be greatly…
Flying_Carlos
- 33
- 2