LennartHennigs / ESPTelnet

ESP library that allows you to setup a telnet server for debugging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-client mode

waltje opened this issue · comments

It looks like the code is not 'multiple-client' aware.

Granted, this won't be needed too often, but I believe it would be useful to add a sublayer based on 'WifiClient' to
support more than one client at a time. This can be mixed with the onConnect et al methods, although I think the
onInput method should receive a WiFiClient argument to work with.