Chaos SEND protocol
From Computer History Wiki
Revision as of 13:47, 23 November 2024 by Larsbrinkhoff (talk | contribs) (Protocol details, as known so far.)
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.
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.