A simple telnet application
===========================

TelnetApp implements a simple telnet client based on ...
	org.netbeans.lib.terminalemulator.Term
	de.mud.telnet.*

It illustrates ...
- Simple Term creation and i/o connectivity.
- Terminal emulation capabilities through setting of the terminal
  type to "ansi".

To run it issue from a shell
	./telnet <hostname>

For telnet connectivity it uses portions of
	The Java(tm) Telnet Application/Applet
by Matthias L. Jugel and Marcus Meisner at
	http://www.mud.de/se/jta/

I haven't included that stuff under CVS to avoid licensing issues since
their code is GPL, but you only need:

de/mud/ternet/ScriptHandler.java
de/mud/ternet/TelnetProtocolHandler.java
de/mud/ternet/TelnetWrapper.java
