PDA

View Full Version : how QTcpserver and and a client communicate



gauravg
9th June 2012, 19:47
hi all please tell me how QTcpserver and a client communicate....
i implement QTcpserver and a client . client is sending message to server and server is receiving message but when server
send message that message is not received by client .please tell me what is the problem



thanks with regards;
gauravg

ChrisW67
10th June 2012, 00:39
The problem is your code or your understanding. We have access to neither.

gauravg
11th June 2012, 07:27
please suggest me or send a piece of code that make me understand the communication between QTcpserver and a client

wysota
11th June 2012, 07:55
RFC 793 - Transmission Control Protocol (http://www.faqs.org/rfcs/rfc793.html)

ChrisW67
11th June 2012, 10:33
There are plenty of examples in the documentation. Fortune Client and Fortune Server are simple enough.

gauravg
11th June 2012, 13:07
i have only one way communication (from client to server) but not from server to client