A Recreational Post System/Simple TCP: Difference between revisions
Created page with " The receiver of a connection must not do anything without being asked. To send messagges, write <code>FORYOU ''message-count''</code>. <br/> Then for each message, <code>UNE ''line-count''</code>, and the message. To check for messages, write <code>ANYFORME?</code>. <br/> You will get a reply of <code>HEREYOUGO ''message-count''</code>. <br/> Then for each message, <code>UNE ''line-count''</code>, and the message. To close cleanly, write <code>IMOFFNOW</code>. <br/>..." |
mNo edit summary |
||
| Line 8: | Line 8: | ||
<code>UNE ''line-count''</code>, and the message. | <code>UNE ''line-count''</code>, and the message. | ||
To | To receive messages, write | ||
<code>ANYFORME?</code>. | <code>ANYFORME?</code>. | ||
<br/> | <br/> | ||
Revision as of 02:12, 7 November 2025
The receiver of a connection must not do anything without being asked.
To send messagges, write
FORYOU message-count.
Then for each message,
UNE line-count, and the message.
To receive messages, write
ANYFORME?.
You will get a reply of
HEREYOUGO message-count.
Then for each message,
UNE line-count, and the message.
To close cleanly, write
IMOFFNOW.
You will get a reply of
OKSEEYA.