A Recreational Post System/Simple TCP: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The receiver of a connection must not do anything without being asked. | The receiver of a connection must not do anything without being asked. | ||
To greet, write | |||
<code>HELLOIM ''name''</code>, | |||
with ''name'' being your canonical WAY element. | |||
<br/> | |||
You will be welcomed with | |||
<code>HELLOIM ''name''</code>, | |||
likewise. | |||
To send messagges, write | To send messagges, write | ||
<code> | <code>HEREYOUGO ''message-count''</code>. | ||
<br/> | <br/> | ||
Then for each message, | Then for each message, | ||
Revision as of 02:21, 7 November 2025
The receiver of a connection must not do anything without being asked.
To greet, write
HELLOIM name,
with name being your canonical WAY element.
You will be welcomed with
HELLOIM name,
likewise.
To send messagges, write
HEREYOUGO 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.