EthernetServer (TCP) for more than one connection?

Is that protocol a persistent connection? It does not appear so. The w5100 will allow multiple connections (4), but the ethernet library services one at a time. It will service them pretty fast.

This is what your protocol specifies:
Open -> handshake -> data -> close
That looks like a standard web server
connect -> request -> response -> close

Very interesting application. :slight_smile: