Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 282 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 282 Bytes

TelnetServer .NET

A functional cross-platform Telnet server written in C# and .NET 5.

TelnetServerLibrary: The assembly that handles all Telnet socket I/O.
TelnetServer: A simple console app that acts as a Telnet server, showing how to communicate using the library.