The Team MONICA Javacom Application provides a TCP based ciphered connection over Telnet protocol
via the VT200 terminal as a character based graphical terminal.
This functionality is provided by the following layer hierarchy.
MJCWindow
MJCVirtualDisplay
MJCVirtualInput
MJCTerminal
MJCProtocol
MJCCiphering
MJCTransport
These layers can be found in their respective JAVA packages, and there is also
an interface package for global use and a stream package for interfaceing standard
JAVA IO classes.
The Team Monica JavaCom Application has the the followin main structure.
MJCClient
MJCAWTWindow
MJCAWTDisplay
MJCKeyListener
MJCVt220Terminal
MJCTelnetProtocol
MJCBasicCiphering
MJCTCPTransport
MJCServer
MJCLoopBackProtocol
MJCBasicCiphering
MJCTCPTransport
System Telnet Daemon
First a sytem telned daemon has to be started in order to provide the possibility for
users to log in via the telnet protocol.
Then the MJCServer has to be started in order to provide a secure connection possibility
for users to reach the system telnet protocol.
After the MJCServer has been started, MJCClients can connect to it.