esp-at icon indicating copy to clipboard operation
esp-at copied to clipboard

TCP server

Open zavovi opened this issue 7 years ago • 2 comments

Hi, is it possible start more than one TCP servers?

I create one TCP server like this: AT+CIPMUX=1 AT+CIPSERVERMAXCONN=2 AT+CIPSERVER=1,8080

And after that, I want create new TCP server: AT+CIPSERVER=1,12345

It returned OK, but servet not working. Could you help me, please? Thank you

zavovi avatar Mar 17 '18 17:03 zavovi

Unfortunatelly you cannot enable server on more than 1 port.

MaJerle avatar Mar 17 '18 18:03 MaJerle

@MaJerle, It's a pitty, I am using two TCP servers for two different services :-( Is it possible to change by myself in source code?

zavovi avatar Mar 17 '18 18:03 zavovi