A Recreational Post System/Simple TCP

Revision as of 01:59, 7 November 2025 by Olive (talk | contribs) (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/>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 check for 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.