|
Site Navigation
Welcome
Introduction
TCP Simulator Operation
Running the Simulator
Simulator Capabilities and Limitations
Downloads
Java Class Documentation
Log Book
Useful Links
Email Me
|
Downloads
Downloads
This section provides links to download files associated with this project.
Thesis
The thesis can be downloaded as a whole in
Alternatively, the thesis can be downloaded in parts.
TCP simulator files
TCP simulator related files can be downloaded below.
- All TCP simulator files in 1 zip (1.7 Mb)
- Contains core files (Java source and essential files to run the simulator), the JavaDoc
documentation for the Java classes as well as compiled .class files for the Java source code files.
- Core TCP simulator files only (557 kb zipped)
- Contains core files (Java Source and essential files to run the simulator) only. All
source code must first be compiled into .class fils before running the simulator.
JavaDoc can also be compiled directly from these source files.
- Compiled .class files (494 kb zipped)
-
Compiled .class files for the TCP simulator Java source code files.
- JavaDoc class documentation (708 kb zipped)
- Contains the JavaDoc documentation for the Java classes implemented for the TCP
simulator. Access by using a web-browser to view
index.html contained
in the zipped file.
- Java Virtual Machine
- This provides a link to the Sun Java Site where the Java Virtual Machine (version 1.4.0+) required to
run the simulator can be downloaded. Either the JDK or
the plain Java Virtual Machine will work, but the JDK is required if you wish to program
and extend the simulator.
Note that the TCP simulator requires a Java Virtual Machine of version 1.4.0 or above to be installed
and its directory placed in the search path. The
simulator files should then be unziped into a directory.
To start the simulator, go into the directory with the unzipped simulator files and type -
java Window_SimGUI
The TCP simulator should then start up.
For more information on
how to run the simulator, please refer to
Running the Simulator or
Appendix 3 of the thesis which can be downloaded above.
|