Euromedia, Toulouse, 2005
See my home page for the article.
Modifications to NS2
- This patch applies against ns
version
2.28, as following:
cd ns-2.28 ; patch -p1 <rets-wifi.patch ; make clean ;
make
(you need to recompile all
the ns-2.28 directory, because .h
file dependencies are not tracked at all in
Makefiles)
Test files
- execute-all.sh script does all
the work, aided by the following
scripts:
- bw.awk computes the bandwidth
of a flow (the sum of the sizes of all the packets
arriving at a certain destination)
- add.sh sums several numbers
Eugen Dedu