ejeklint / ArduinoWebsocketServer

171 stars 273 forks source link

Multiple client support #2

Closed ejeklint closed 9 years ago

ejeklint commented 13 years ago

More than one simultaneously connected client would be nice.

djgagnon commented 13 years ago

I need this as well and have no idea on how I might be able to achieve it.

nightswimmer commented 11 years ago

Currently I'm working on a project that combines a http Webserver and Websockets. The webserver is build upon this one: https://github.com/sirleech/Webduino And the Websocket handling was based off your library. I've added a few features of my own, some of them are multiple client support and ping support. I can send you the code if you are interested in adding these features.