
REQUIREMENTS:

This package has been only tested to work on GNU/Linux distributions.
This version of ns2 requires the following libraries to be installed
- tcl8.3
- tcl8.3-dev
- tk8.3
- tk8.3-dev
- otcl-1.0a8
- tclcl-1.0b13

-------------------------------

INSTALL:

in this folder run:
> ./configure
> make
> make install

NOTE 1: If tk libraries have been installed in a non-default location
you will need to indicate to "configure" their path using --with-tk option.
NOTE 2: If you are using a Debian distribution, you may simply use
this mini installation-HOWTO reported here <http://wiki.splitbrain.org/ns2>

-------------------------------

SIMULATIONS:

Simulations scripts can be found in ./sim/ folder. You can use test_nflows.sh
to run the simulations; you must specify the kind of VBR sources you are going
to use:
"intarr"      -> a 2 states VBR source with variations of the interarrival time
"pack"        -> a 2 states VBR source with variations of the packets size
"pack-intarr" -> a 3 states VBR source with variations of both packets size and interarrival time
