07-03-2014 10:27 PM
Hi everybody,
I'm studying about TCP / IP and make an example but it is not yet operational. Therefore I'm looking forward to receiving the help.
Thank you very much.
Fig.1: Server
Fig.1: Client
07-03-2014 10:45 PM
What is the problem you are facing? Establishing the communication or recieving the data and formatting it back?
07-03-2014 11:04 PM
I want to do like this, but how done?
07-03-2014 11:12 PM
Copy the server Boolean cluster and paste it in the client where you are passing the "string constant". Also don't define the size of 2 bytes, you may endup missing data. From the server first send the size of the data to the client and then send the actual data.
07-04-2014 02:57 AM
I've changed to this but not been. help me, please
07-04-2014 09:30 PM
Thanks for all answer.
Sorry, I'm not understand.
I mean, how to get into the constants like this
07-04-2014 09:49 PM - edited 07-04-2014 09:52 PM
07-04-2014 10:06 PM
07-05-2014 03:50 AM
Thank P@Anand and Dennis_Knutson,
Can you tell me what is the name of this function? I want to make a example to understand more about its nature.
07-05-2014 06:57 AM