Network Working Group B. Miller
Request for Comments: 1097 CMU-NetDev
1 April 1989
TELNET SUBLIMINAL-MESSAGE Option
1. Command name and code.
SUBLIMINAL-MESSAGE 257
2. Command meanings.
IAC WILL SUBLIMINAL-MESSAGE
Miller [Page 1]
RFC 1097 SUBLIMINAL 1 April 1989
The first 16-bit value specifies the duration of the message in milliseconds. It is sent MSB first. The second 16-bit value specifies the frequency with which the message is displayed. It represents the number of seconds between displays and is also sent MSB first. The final parameter is the message itself.
3. Default.
WONT SUBLIMINAL-MESSAGE
4. Motivation for the option
Frequently the use of "Message of the day" banners and newsletters is insufficient to convince stubborn users to upgrade to the latest version of telnet. Some users will use the same outdated version for years. I ran across this problem trying to convince people to use the REMOTE-FLOW-CONTROL Telnet option. These users need to be gently "persuaded".
5. Description and implementation notes.
The quality of the client implementation will depend on it's ability to display and erase text strings in a small amount of time. The current implementation at CMU takes into acount terminal line speed, advanced video capabilities, and screen phospher persistance when calculating how long to wait before erasing a message.
Miller [Page 2]
RFC 1097 SUBLIMINAL 1 April 1989
A version is currently under development at CMU to display the message using morse-code over the keyboard caps-lock LED.
6. Examples
In the following example all numbers are in decimal notation.
7. Acknowledgements.
We do things just a little sneakier here at CMU.