Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 387 Bytes

README

File metadata and controls

19 lines (11 loc) · 387 Bytes

Extended stream class that handles Telnet commands. For now SBCL specific.

Future

Proper option negotiation

See http://www.ietf.org/rfc/rfc1143.txt.

Implementation of Go Ahead command

Non-ASCII support

At least need to escape IACs.

Other telnet command implementations

Currently only WILL, WON’T, DO and DON’T are handled.