[ns] awk fille for calculating pdr, avg end to end delay, and throughput

2011-07-28 Thread sumit singh
Hey, Please anybody send me the awk file for calculating average end to end delay, throughput and packet delivery ratio for analyzing dsr trace file. I have downloaded some awk files from internet but it show segmentation fault with dsr trace file. But it works fine with AODV trace file. thanxs

[ns] How to to set the pause time of node in TCL script

2011-07-28 Thread Wei Zhang
Hello All, I would like you help me to set the pause time of node in TCL script. I try the following code but it has error: setdest –n num nodes –p pause time –s speed –t Time –x x –y y I can only set the speed and coordinate and it is ok: $ns_ at 10 $node_(0) setdest  300 680 5

Re: [ns] Ns-users Digest, Vol 91, Issue 27

2011-07-28 Thread sumit singh
hey, you can generate scenario file with specified pause time and mobility and can call that scenario file directly in your tcl script. Follow the steps below: Steps for creating scenario files for mobility simulations : 1. Go to ns directory and run configure (you probably have done that

Re: [ns] awk fille for calculating pdr, avg end to end delay, and throughput

2011-07-28 Thread Ashwini Patankar
Sumit, There is another tutorial available for ns2 by the name ns2 for beginners, that is having some sample scripts. Thanks and Regards, Ashwini Shankar Patankar www.wirelesscafe.wordpress.com On Fri, Jul 29, 2011 at 9:46 AM, Ashwini Patankar ashwinispatan...@gmail.com wrote: Sumit,