This package holds the application classes that should be run from the command line and classes that are used by the application classes.

The server side application has to be started first from the command line.

java com.monica.javacom.application.MJCServer workport forwardToHost forwardToPort adminPort [logFile] [confFile]
After the server has been started clients can connets.

java com.monica.javacom.application.MJCClient destHost destPort [logFile]