Set up your directories underneath your network security main
directory: The upper directory should be named <first initial> +
<last name>. If this is less than 8 characters long, add longer
parts of your first name.
For Example:
Breno de Medeiros ---> bdemedeiros
Jie Chen --> jiechen
Create (at least) 4 subdirectories of this upper directory,
respectively, "src", "lib", "doc", and "classes".
Download the file build.xml.
Change the project name
for Network_Security to your the same name of your top directory (as
above).
Install it by adding the jar file to your "lib" subdirectory.
Visit the home site of
Simnet to consult the manual. Also read the paper by S.
Kamara, D. Davis, L. Ballard, R. Caudy, and F.
Monrose, the intrepid creators of Simnet.
To configure your environment
variables:
Create a file .tcshrc in your home directory (if you are using
linprog machines and the default shell tcsh; if you are using your own
machine or modified the default configuration of your linprog machine
to use bash, change the following steps accordingly):
Here, <assignments_home> stands for the top of your
directory structure, for instance Jie Chen's home is /home/grads/chen.
Suppose he had a directory called net_sec under his home directory, and
he createad the jiechen directory inside it, according to the above
instructions. Then his value for <assignments_home> is
/home/grads/chen/net_sec/jiechen
To compile your programs, do "cd <assignments_home>"
and then:
Type "oldant" to compile everything
Type "oldant doc" to document everything
Type "oldant clean" if things are outta control and you want a
clean start (your sources will be saved, the classes will be removed).