-->
Page 3 of 4

Re: TCP Server and Client at the same time

PostPosted: Mon Jun 29, 2015 2:28 am
by deze
I have same problem with AI-Thinker fw...
Maybe this fw helps (I have not tried yet) : http://bbs.espressif.com/viewtopic.php?f=5&t=648

Re: TCP Server and Client at the same time

PostPosted: Fri Jul 03, 2015 10:46 am
by platinnguyen
I think you should use two chanel. One for Sever, another for Client. Let's review your code and change that.

Re: TCP Server and Client at the same time

PostPosted: Wed Nov 11, 2015 6:47 am
by Victor P
I've the same need... currently I've to switch from one mode to other... and it take some time, would be great to work simultaneously :roll:

Thanks

Re: TCP Server and Client at the same time

PostPosted: Wed Nov 11, 2015 2:21 pm
by martinayotte
There are no problems running a TCPClient while a TCPServer is running if you simply use ArduinoESP sketches directly on you ESP.
Of course, if you wish to stick with AT firmware, that is a bit an issue.