Home

Awesome

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.blazemeter</groupId>
 	  <artifactId>jVT220</artifactId>
  	  <version>jvt220-v1.3.2</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 BlazemeterLabs team.

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.