Click here to Skip to main content
15,886,026 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 321.3K   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

 
GeneralClipboard request Pin
Rob Chartier10-Sep-08 13:27
Rob Chartier10-Sep-08 13:27 
GeneralRe: Clipboard request Pin
Columbus-MCSD26-Dec-08 4:31
Columbus-MCSD26-Dec-08 4:31 
Generalpass a command or parameter Pin
shabonaa26-Apr-08 1:25
shabonaa26-Apr-08 1:25 
Questionhow to use encoding,like utf-8,ISO8859-1... Pin
Nii Jyeni15-Nov-07 23:19
Nii Jyeni15-Nov-07 23:19 
AnswerRe: how to use encoding,like utf-8,ISO8859-1... Pin
Nii Jyeni24-Nov-07 1:19
Nii Jyeni24-Nov-07 1:19 
GeneralRe: how to use encoding,like utf-8,ISO8859-1... Pin
Columbus-MCSD26-Dec-08 4:31
Columbus-MCSD26-Dec-08 4:31 
AnswerRe: how to use encoding,like utf-8,ISO8859-1... Pin
Rob Chartier10-Sep-08 13:26
Rob Chartier10-Sep-08 13:26 
Questionssh command Pin
Talc8013-Nov-07 20:58
Talc8013-Nov-07 20:58 
AnswerRe: ssh command Pin
Columbus-MCSD13-Nov-07 21:09
Columbus-MCSD13-Nov-07 21:09 
GeneralError when trying to connect. Pin
NathanG MG18-Oct-07 10:47
NathanG MG18-Oct-07 10:47 
GeneralRe: Error when trying to connect. Pin
Columbus-MCSD19-Oct-07 6:52
Columbus-MCSD19-Oct-07 6:52 
GeneralRe: Error when trying to connect. Pin
NathanG MG23-Oct-07 4:46
NathanG MG23-Oct-07 4:46 
GeneralUrgent Regarding telnet Pin
praveenkumar palla18-Sep-07 20:00
praveenkumar palla18-Sep-07 20:00 
GeneralRe: Urgent Regarding telnet Pin
Columbus-MCSD18-Sep-07 20:24
Columbus-MCSD18-Sep-07 20:24 
GeneralEnable Arrow Keys Pin
Max Bogon12-Mar-07 6:03
Max Bogon12-Mar-07 6:03 
GeneralRe: Enable Arrow Keys Pin
Columbus-MCSD13-Mar-07 6:29
Columbus-MCSD13-Mar-07 6:29 
GeneralRe: Enable Arrow Keys Pin
Max Bogon13-Mar-07 6:38
Max Bogon13-Mar-07 6:38 
GeneralRe: Enable Arrow Keys Pin
Max Bogon13-Mar-07 12:13
Max Bogon13-Mar-07 12:13 
GeneralRe: Enable Arrow Keys Pin
Columbus-MCSD18-Sep-07 20:25
Columbus-MCSD18-Sep-07 20:25 
QuestionHow to send / get command Pin
ixpe6-Dec-06 0:29
ixpe6-Dec-06 0:29 
AnswerRe: How to send / get command Pin
flyers_pat6-Feb-07 9:00
flyers_pat6-Feb-07 9:00 
GeneralRe: How to send / get command Pin
michelle.mendes.almeida12-Nov-08 23:01
michelle.mendes.almeida12-Nov-08 23:01 
QuestionRe: How to send / get command Pin
quadc9-Aug-10 0:55
quadc9-Aug-10 0:55 
Generalgetting started Pin
ajarrah20-Nov-06 6:45
ajarrah20-Nov-06 6:45 
GeneralRe: getting started Pin
Columbus-MCSD20-Nov-06 7:17
Columbus-MCSD20-Nov-06 7:17 

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.