[ns] [NS-ANS] Re: aw k to calculate throughput

2011-06-12 Thread Teerawat@UBC
Hi, If you are interested in learning how tracing works in NS2, please read http://www.ns2ultimate.com/post/3995318343/post-processing-ns2-result-using-ns2-trace-main-post The above posts are based on the normal trace. If you are interested in wireless trace you might have to modify it a bit.

[ns] aw k to calculate throughput

2011-06-12 Thread RamiHach
Dear all, I wrote an awk script that calculate the throughput at a node in my simulation. the throughput is high; I am sure I don't make a good filter to exclude the control paquet. I know I have to add only the data packet, but I dont know how to calculate the header size of the packet in my out

Re: [ns] AW K programms

2011-06-12 Thread RamiHach
hi mohamad, and Dear all, please can you show me, to calculate the throughput, how can I add only the data packet without adding the control paquet in awk file? I am using tcp agent and ftp/cbr application. my awk file give me a high value of throughput please help Mohammed wrote: > > > Hi, >

[ns] packets drop IFQ END, please it's urgent

2011-06-12 Thread Mohamed Ibrahim Salman
Why packets are dropped because "IFQ END", I extend the simulation time but the problem still exist, Why do packets still in IFQ and not forwarded to destination? I also increase the size if IFQ in TCL simulation script. How to forward the packets from IFQ?

[ns] debugging ns-2.33 in eclipse

2011-06-12 Thread Ella Taha
Dear friends I am trying to debug ns-2.33 with eclipse CDT(Helios Service Release 2). I have added the ns folder as a new project to the eclipse. the build runs without error and I have set my tcl file as an argument to the run configuration. when I run, I can see the tcl file running with no prob