Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
de.mud.bsxbackend1.2.0-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
easymockeasymock1.2_Java1.3-jar
junitjunit3.8.2-jar

Project Dependency Graph

Dependency Listings

Standalone Proxy in Java

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

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.

http://junit.org

EasyMock 1.2_Java1.3