Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.17 KB

Telnet-rs: A Native Rust Telnet Terminal Implementation

License Build Status

(API Docs)

TODO: Write up an interesting description.

Standards

Telnet-rs 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.