-->
Page 1 of 4

TCP Server and Client at the same time

PostPosted: Sat Dec 06, 2014 11:01 am
by jleroux
Hi, can someone please assist. I want to run a sketch on my Arduino that needs to make the ESP8266 a TCP client and server at the same time. I have successfully run it as either a client or a server, but can't get both to work at the same time.

Any advice please?

Re: TCP Server and Client at the same time

PostPosted: Sun Dec 07, 2014 12:56 am
by villTech
why cant you run both at same time?
esp8266 is capable of that.
after you start a server, you can start a client at same time.

Re: TCP Server and Client at the same time

PostPosted: Mon Dec 08, 2014 7:04 am
by jleroux
I am really battling to get both TCP Server and client running at the same time. Do you perhaps have a sample sketch.

Re: TCP Server and Client at the same time

PostPosted: Wed Dec 10, 2014 9:03 am
by villTech
how did you try to run both server and client?