Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I recommend <a href="http://granados.sourceforge.net/" rel="nofollow noreferrer">Granados</a> for SSH stack. It has been used in many products.</p> <p>I recommend this <a href="http://www.codeproject.com/KB/IP/MinimalisticTelnet.aspx" rel="nofollow noreferrer">code project page</a> for telnet stack.</p> <p>You can also download <a href="http://poderosa.sourceforge.net/" rel="nofollow noreferrer">Poderosa terminal emulator</a>. It's using Granados as the SSH stack and it has its own implementation of telnet stack.</p> <p>Poderosa is very pluggable. It provides a good abstraction layer on the network stacks. If you don't have time to write your own unified interface, you should really check out their work. It provides access to both SSH and Telnet under the same interface like what you want. Unfortunately, it's written by Japanese engineers. All the inline comments are written in Japanese. It may take you some time to understand the codes.</p> <p>You may also like to check out the terminal emulation library as well. Since you are going to process the data returning from the remote terminals, most terminals return <a href="http://www.termsys.demon.co.uk/vtansi.htm" rel="nofollow noreferrer">escape character sequence</a> for device control commands, font color/style or cursor movement commands.</p> <p>You may not notice that even in a simple command "ls -al", the returned content may also involve some escape character sequences. Those escape sequences are to make the directory name and file name shown in different colors.</p> <p>Again, for terminal emulation, the best C# library I can find is Poderosa. If you don't have to use C# library, <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" rel="nofollow noreferrer">PuTTY</a> has the best terminal emulation support. It can recognize almost all escape character sequences I have seen so far.</p> <p>Although I highly recommend you to look at Poderosa and Granados, please be aware that these projects seem to be no longer active. Well.. even so, it's still the best I have seen.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload