Skip to content

stephanemartin/jVT220

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jVT220 - Java VT220 terminal emulator

This repository is forked from jvt220. One of the most important changes in this forked version, is the addition of a TerminalClient class, which allows to actually connect to a VT-type mainframe application, and then using this well modularized project to parse the received information from TelnetClient socket.

For more information about the original project please visit the documentation here

Usage

To use the emulator as Maven dependency include in pom.xml:

  <dependency>
      <groupId>com.github.stephanemartin</groupId>
 	  <artifactId>jVT220</artifactId>
  	  <version>jvt220-v1.3.3-SNAPSHOT</version>
  </dependency>

Check latest version inreleases.

Author

It is originally written by J.W. Janssen, j.w.janssen@lxtreme.nl.

This version is currently maintained by tricentis.

License

The code in this library is licensed under Apache Software License, version 2.0 and can be found online at: http://www.apache.org/licenses/LICENSE-2.0.

About

Java VT220 terminal emulator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%