The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
de.mud.bsx | backend | 1.2.0 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
easymock | easymock | 1.2_Java1.3 | - | jar | |
junit | junit | 3.8.2 | - | jar |
The BSX Proxy (JBP) is a small program, written in Java. It provides the user with a proxy, wich is able to forward telnet connections. It does not only forward the connection but also implements the BSX protocol. Whenever a new connection is opened, the proxy opens a window to display the graphics on. The proxy is able to forward various connections to diffrent target ports on diffrent target hosts. The only restriction is, that the connections have diffrent local ports. The BSXProxy uses classes from de.mud.bsx also known as the backend.
http://bsxproject.sourceforge.net/bsxproxy/
Library - Parser and Display in Java
The backend implements the BSX protocol. It's able to filter incoming traffic and to display the contained graphics. It is used in the JTA plugin, in the RoomMapper and the BSXProxy.
http://bsxproject.sourceforge.net/backend/
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.