Server socket limitations?
Posted: Sun Nov 08, 2015 9:07 am
We're happily building on our ESP Easy platform and just wondering how many servers you could actually run on a single ESP module. From the arduino W5100 shield, we know that is has only 4 sockets to listen to network traffic. It is limited by hardware IP stack.
In which way are the number of servers limited on ESP using the Arduino IDE core? Is there a maximum number of sockets or is it only limited by means of memory or other resources available ?
Currently we have ESP Easy listening on TCP port 80, TCP port 9999 and UDP port 65500.
In which way are the number of servers limited on ESP using the Arduino IDE core? Is there a maximum number of sockets or is it only limited by means of memory or other resources available ?
Currently we have ESP Easy listening on TCP port 80, TCP port 9999 and UDP port 65500.