Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.24 KB

Telnet for Tokio

License Build Status

NOTE: This implementation is in progress and not even usable in an experimental context yet.

(API Docs)

TODO: Write up an interesting description.

Standards

Tokio Telnet attempts to implement the telnet protocol based on the following:

  • RFC854 - TELNET PROTOCOL SPECIFICATION
  • RFC855 - TELNET OPTION SPECIFICATIONS
  • RFC856 - TELNET BINARY TRANSMISSION
  • RFC1143 - The Q Method of Implementing TELNET Option Negotiation

License

This project is licensed under Apache License, Version 2.0.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.