ok I'm a total noob at this so bear with me.
I connect to the server using a client. The server sends the data
ie welcome.. ECT
up to the point where you do an input
ie create or connect.
what I need to know is the break down of the code and ascii, of what comes before the text how the client knows its at the end of the text, when to allow an input and so on.
Is it something like this...
DATA - this is the text length.
DATA - this is the text.
DATA - wait for input.
I hope you understand what I'm looking for.
I connect to the server using a client. The server sends the data
ie welcome.. ECT
up to the point where you do an input
ie create or connect.
what I need to know is the break down of the code and ascii, of what comes before the text how the client knows its at the end of the text, when to allow an input and so on.
Is it something like this...
DATA - this is the text length.
DATA - this is the text.
DATA - wait for input.
I hope you understand what I'm looking for.