Click here to Skip to main content
15,878,809 members
Articles / Multimedia / GDI+
Article

Terminal Control Project (C# VT100 SSH Telnet)

Rate me:
Please Sign up or sign in to vote.
4.68/5 (25 votes)
14 Mar 20062 min read 321K   12.3K   79   68
An article on implementing Telnet and SSH, and displaying it on a VT100 Terminal Emulation control created using GDI+.

Sample Image

Introduction

This article demonstrates how to implement SSH and Telnet through a VT100 Emulator designed using Microsoft GDI+ and Microsoft C#.

Background

I'm *not* a professional programmer. I enjoy programming as a hobby. My trade is in Network Engineering. I use various tools, some I've written, some commercial. This project started when I wanted to integrate some SSH capabilities into a tool I had written. After struggling with SSH, I decided it was probably beyond my capacity to understand enough to write my own SSH library. I couldn't justify spending money on some of the commercially available SSH components, and I eventually found the Granados SSH library.

After implementing Granados SSH library into my application, I realized the need to interpret and emulate VT100. That... is immensely more difficult than you think. I discovered a project at SourceForge, called "Ackterm". The person who created the Ackterm project had mostly implemented VT100 with Telnet.

I combined Granados with Ackterm to a *.dll control that I could drag onto a Windows Form in Visual C# (or C++ or Visual Basic). It needs a *lot* of work still, such as finishing up the scrolling, text selection, implementing a clipboard copy, etc. Some control codes still aren't programmed in. But, it's basically functional enough that a moderately skilled C# programmer should be able to finish where I left off. Recently, I discovered that my company already has a license for one of the commercial Terminal Emulators, so I stopped work on this project. I would be thrilled if anyone finished it up, as I have no plans to do so. Maybe in the future I may have time, but it's not likely.

Using the code

When you download the project, you'll find two directories, "TerminalControl" and "TerminalControlTest". The Visual Studio Solution file is in the "TerminalControl" directory.

The "TerminalControl" project produces the DLL file. The "TerminalControlTest" is just a Windows form to use while developing the DLL.

You will need the .NET Framework v1.1, and Visual C# 2003. I guess you could use the free compiler, but I've not tried it. The source code will probably be really hard to navigate without Microsoft's IDE and intellisense.

Points of Interest

History

  • March 14th, uploaded the project.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionLicense Pin
Member 121168011-Dec-15 4:19
Member 121168011-Dec-15 4:19 
QuestionMay I know the about Licensing terms of this project ?? Is It Open Source ? Pin
Explicating1-Dec-15 3:37
Explicating1-Dec-15 3:37 
QuestionLove this! Would you be willing to add support for HTOP? Pin
Taylor 1123666316-Nov-14 10:25
Taylor 1123666316-Nov-14 10:25 
GeneralAWESOME! Pin
cavalin xucro12-Aug-13 8:55
cavalin xucro12-Aug-13 8:55 
GeneralMy vote of 5 Pin
Mujahid Daud20-Jun-13 0:20
professionalMujahid Daud20-Jun-13 0:20 
GeneralMy vote of 4 Pin
Member 43208446-Jan-12 0:42
Member 43208446-Jan-12 0:42 
NewsArticle outdated - See follow up for this article Pin
Elmue2-Nov-11 14:42
Elmue2-Nov-11 14:42 
GeneralRe: Article outdated - See follow up for this article Pin
Member 440167615-Jan-13 10:01
Member 440167615-Jan-13 10:01 
GeneralPoderosa full of bugs and misdesigns Pin
Elmue16-Jan-13 5:55
Elmue16-Jan-13 5:55 
QuestionSerial port connection Pin
falander1-Sep-11 11:08
falander1-Sep-11 11:08 
AnswerRe: Serial port connection Pin
Columbus-MCSD2-Sep-11 0:20
Columbus-MCSD2-Sep-11 0:20 
GeneralRe: Serial port connection Pin
ElectroMonster1-Mar-18 11:39
ElectroMonster1-Mar-18 11:39 
GeneralMy vote of 5 Pin
(BlackBox) Ethical Hacker31-Oct-10 5:37
(BlackBox) Ethical Hacker31-Oct-10 5:37 
GeneralUser authentication failed Pin
mk_bt6-Apr-10 10:42
mk_bt6-Apr-10 10:42 
GeneralIs this source code freely available. Pin
Broncos-Freak2-Mar-10 13:49
Broncos-Freak2-Mar-10 13:49 
GeneralSSH and telnet don't seem to be working :( Pin
macgeorge5-Nov-09 19:06
macgeorge5-Nov-09 19:06 
QuestionRun Command Without UI Pin
mahdavi26-Jun-09 4:26
mahdavi26-Jun-09 4:26 
GeneralChar and unicode Pin
afterburn8-Jun-09 5:01
afterburn8-Jun-09 5:01 
GeneralRe: Char and unicode Pin
diamond_delight22-Feb-10 5:20
diamond_delight22-Feb-10 5:20 
GeneralRe: Char and unicode Pin
afterburn22-Feb-10 6:54
afterburn22-Feb-10 6:54 
GeneralRemote Port Pin
kayaG9-Mar-09 11:19
kayaG9-Mar-09 11:19 
GeneralRemote Port Pin
Member 437021613-Apr-09 16:36
Member 437021613-Apr-09 16:36 
GeneralRe: Remote Port Pin
kayaG14-Apr-09 1:43
kayaG14-Apr-09 1:43 
QuestionHow to Upload/Download File for SFTP Pin
Giri20013-Feb-09 10:11
Giri20013-Feb-09 10:11 
Generalworking with ssh programmatically Pin
caradri22-Sep-08 19:06
caradri22-Sep-08 19:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.