-->
Page 1 of 1

ESP8266 + Socket.IO + official SDK

PostPosted: Thu Jun 21, 2018 4:18 am
by julienInnovel
Hello,

I would like to implement a socket.io client on an ESP8266 to exchange some data witha server.
The socket.io server is alreday done and functionning (on a PC).

I'm using the official SDK (not arduino), and I'm newbee with WebSocket... so I' don't know how to make a client on esp...
I've found some server example, but no client.

Someone have alredy made a client socket.io ?
Is there any library to use with SDK ?

Thanks to all