[ns] Plotting Throughput against time using gnuplot

2010-12-02 Thread hussain3295
Hi I am new in using NS2. I am usinf NS2 for wireless networks. I need to calculate the throughput against time and plot graph. When you extract information from trace file do you get one throughput value or several. My question is how do you get several values of throughput and at diffrent

[ns] NS2 passing srguments to val(cp) and val(sc) from a file

2010-11-28 Thread hussain3295
Hi I am trying to automate some simulation using NS2. I want to automate simulation by creating a file that would pass various values to val(cp) and val(sc) in a tcl file. I would be grateful for your help or if you could direct me to an appropriate documentation ot a web site. Thanks -- View

[ns] Script to automate creating cbrgen files

2010-11-16 Thread hussain3295
I am using NS2 for some simulation work on MANETs. I am looking for a script or a method that will enable me to generate a large number of runs using cbrgen by varying the number of nodes, rate, seed etc. I am trying to avoide creating all the different combinations. I would grateful for your

[ns] mobility model implementation

2010-11-07 Thread hussain3295
Hi Does any one know what command to use to implement Manhattan and Gauss-Markov mobility models using Bonnmotion in NS2. Thanks -- View this message in context: http://old.nabble.com/mobility-model-implementation-tp30155853p30155853.html Sent from the ns-users mailing list archive at

[ns] NS2 seed value for cbr and tcp

2010-10-30 Thread hussain3295
In all documentation it indicates that when using cbrgen.tcl ns cbrgen.tcl -type cbr -nn 10 -seed 1.0 -mc 8 -rate 4.0 for tcp ns cbrgen.tcl -type tcp -nn 10 -seed 0.0 -mc 8 I don't understand why is seed with cbr is 1.0 while with tcp is 0.0 Thanks for your help Hussain -- View this message