WebSocket Server
Posted: Tue Aug 18, 2015 4:32 am
I started work to get a WebSocket Server running on the ESP2866 Board:
https://github.com/ghtomcat/ArduinoWebsocketServer
It's a mashup of two existing Arduino libraries
What works:
Initialization
Sending messages from client to Server
Sending direct messages to one client
What doesn't work (yet):
Sending broadcast messages by the server
https://github.com/ghtomcat/ArduinoWebsocketServer
It's a mashup of two existing Arduino libraries
What works:
Initialization
Sending messages from client to Server
Sending direct messages to one client
What doesn't work (yet):
Sending broadcast messages by the server