Skip to content
Harry Cordewener edited this page Jan 30, 2024 · 2 revisions

Why Telnet Negotiation Core?

There are a glut of libraries out there that pick and choose which RFCs to implement, and often in simple terms - and are usually integrated into an existing product. Telnet Negotiation Core provides an easier way to make Telnet based clients and servers, and provide an explicit contract following the RFCs of as many Telnet standards as possible. Additionally, it does so through state machines, rather than greedier approaches, with strict error handling - in addition to being unit tested to prove RFC compliance.

Clone this wiki locally