Difference between revisions of "Chaos SEND protocol"

From Computer History Wiki
Jump to: navigation, search
(Protocol details, as known so far.)
m (Minor updates.)
Line 1: Line 1:
 
The [[Chaosnet]] SEND [[protocol]] is used to send short messages between users on a [[network]].
 
The [[Chaosnet]] SEND [[protocol]] is used to send short messages between users on a [[network]].
  
A connection is established by sending an RFC packet with the SEND contact name.  After the contact name (and a space character), the recipient user should be specified.
+
A connection is established by the originator of the message by sending an RFC packet with the SEND contact name.  After the contact name (and a space character), the recipient's user name should be specified.
  
 
Subsequent DAT packets contain the message contents, using the Lispm character set.  E.g. newlines are encoded as 215 (octal).
 
Subsequent DAT packets contain the message contents, using the Lispm character set.  E.g. newlines are encoded as 215 (octal).
  
The first line of the message should have the format "user@host timestamp", where "user" is the sender, "host" is the sender host, and "timestamp" is a free-format time specification for the message.
+
The first line of the message should have the format "user@host timestamp", where "user" is the sender's user name, "host" is the sender host, and "timestamp" is a free-format time specification for the message.
  
 
[[Category: Chaos]]
 
[[Category: Chaos]]
 
[[Category: Network Application Protocols]]
 
[[Category: Network Application Protocols]]

Revision as of 13:49, 23 November 2024

The Chaosnet SEND protocol is used to send short messages between users on a network.

A connection is established by the originator of the message by sending an RFC packet with the SEND contact name. After the contact name (and a space character), the recipient's user name should be specified.

Subsequent DAT packets contain the message contents, using the Lispm character set. E.g. newlines are encoded as 215 (octal).

The first line of the message should have the format "user@host timestamp", where "user" is the sender's user name, "host" is the sender host, and "timestamp" is a free-format time specification for the message.