-->
Page 2 of 2

Re: Support for multiple TCP servers?

PostPosted: Tue Nov 08, 2016 9:20 am
by cmarrin
m8rscript (https://github.com/cmarrin/m8rscript) has a TCP class and in the current implementation I open 2 sockets, one on port 22 to act as a wireless Shell, and one on port 23 to use for logging output. This is all built on top of espconn, so it can at least do two!

Re: Support for multiple TCP servers?

PostPosted: Wed Jan 25, 2017 5:42 pm
by efess
I'm not sure about older SDK's, but with 2.0.0 there are two functions that allow you to increase the number of client connections from 5. I was able to have 10 open connections without any issues. I haven't set up more than one TCP listener though.