A Recreational Post System/Simple TCP: Difference between revisions
default port |
Change of command words |
||
| Line 13: | Line 13: | ||
To send messagges, write | To send messagges, write | ||
<code> | <code>FORYOU ''message-count''</code>. | ||
<br/> | <br/> | ||
Then for each message, | Then for each message, | ||
| Line 22: | Line 22: | ||
<br/> | <br/> | ||
You will get a reply of | You will get a reply of | ||
<code> | <code>FORYOU ''message-count''</code>. | ||
<br/> | <br/> | ||
Then for each message, | Then for each message, | ||
| Line 28: | Line 28: | ||
To close cleanly, write | To close cleanly, write | ||
<code> | <code>BYEFORNOW</code>. | ||
<br/> | <br/> | ||
You will get a reply | You will get a reply the same. | ||
Revision as of 23:01, 15 November 2025
A default port of 5467.
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
FORYOU message-count.
Then for each message,
UNE line-count, and the message.
To receive messages, write
ANYFORME?.
You will get a reply of
FORYOU message-count.
Then for each message,
UNE line-count, and the message.
To close cleanly, write
BYEFORNOW.
You will get a reply the same.