Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
Contributions are welcome!
Telnet++ is a C++-17 library aimed at providing an easy-to-use, easy-to-integrate implementation of the core Telnet functionality, and an extensible Option framework, including various reference implementations. The scope of the library includes implementation of anything in the core Telnet RFCs, or any domain-specific Telnet extensions, such as those proposed within the Mudding community.
Contributions can be in several forms:
This is a C++-17 codebase, with a Standard Library/Boost look-and-feel. Please let your tests drive your development, and keep it to around 80 characters per line to make it easier to read. The rest is negotiable during integration.