What would be a good open source Telnet client implementation in C#, which can be used in close code (i.e., not under GPL)?
Boaz
What would be a good open source Telnet client implementation in C#, which can be used in close code (i.e., not under GPL)?
Boaz
Boaz you should be able to come up with your own rather easily. All you need to do is create a console application, learn how parameters work, look for is a tutorial on how to use the TcpClient class and you're golden.
EDIT:
I understand now. I was thinking of the most basic type of telnet client. I don't think you'll be able to find free source code for a telnet client with vt100, vt52 and vtnt support.
Best C# Telnet Lib I've found is called Minimalistic Telnet. Very easy to understand, use and modify. It works great for the Cisco routers I need to configure.