-->
Page 1 of 1

Chat Server/client

PostPosted: Sat Nov 18, 2017 11:10 pm
by Consuela
Hi, i have a project with arduino and an ESP8266, i need to create a chat between a client and a server. if a write something on the serial port of the server, it will be send to the client and print it on the serial port of the client, and also if a write something on the serial port of the client it will be sent to the server and print it on the serial port of the server.

But i'm having problems keeping the server and the client connected.

S1108_WifiClient.ino


S1108_WifiServer.ino


I really don't know why isn't working.

Thanks.