Re: [ns] Awk script to calculate Normalized routing overhead

2010-05-13 Thread Mutiullah Qureshi
AWK program to calculate Normalised Routing Load of AODV in new trace format. Normalised Routing Load is the number of routing packets per data packets delivered at the destination. BEGIN{ recvs = 0; routing_packets = 0; } { if (( $1 == "r") && ( $35 == "cbr" ) && ( $19=="AGT" )) recvs++;

Re: [ns] LeachMit Script

2010-05-13 Thread ashish mohta
Hi, I have got solution of my query an thanks for giving it attention. The explanation can be found in leach_test script and the topo I need to write the file name so right script will be: r...@ashish-laptop:/home/ashish/ns2/ns-allinone-2.27/ns-2.27# ns tcl/ex/wireless.tcl -sc mit/uAMPS/sim

[ns] LeachMit Script

2010-05-13 Thread ashish mohta
Hello Friends, I am working on Leach and build its MIT code on Ns-2.27. but for testing I need your help. Please anyone can give me LeachMit script or help me to understand it's format of writing the script or provide it in terminal. r...@ashish-laptop:/home/ashish/ns2/ns-allinone-2.27/ns-2.27# n

[ns] RTS/CTS tracing for IEEE802.11p simulation

2010-05-13 Thread Subir
Can anybody tell me how to trace RTS/CTS/ACK in IEEE802.11p simulation? I have tried using Mac/802_11Ext set RTSThreshold_0 and macTrace ON any idea? please share your experience. thanks -- View this message in context: http://old.nabble.com/RTS-CTS-tracing-for-IEEE802.11p-simulation-

[ns] ARP in 802.11 - NS-2.33

2010-05-13 Thread Syed Faraz Hasan
Hi NS users, I am playing with the 802.11 extensions in the NS-2.33. Following is a piece of the trace I got after running a code in which, the mobile node connects with an AP and attempts to send information. I think in the normal implementation of 802.11, ARP comes after authentication and a

[ns] Awk script to calculate Normalized routing overhead

2010-05-13 Thread Nirmala Baloorkar
Hi, I need awk script for aodv to calculate normalized routing overhead of new trace format.

[ns] No CTS/RTS/ACK in trace file, why?

2010-05-13 Thread aamir khan
Hello all, I have read in many posts that to set ON/OFF the MAC layer's CTS/RTS/ACK in the trace file, we have to add the following command : Mac/802_11 set RTSThreshold_ 0 In many posts I read that the value of RTSThreshold_ must be lower than the value of the packet size. In my simulations,

[ns] Problem in installing ns2.26 on FC3

2010-05-13 Thread Elham Noori
-- Forwarded message -- From: Elham Date: Thu, May 13, 2010 at 11:40 AM Subject: Problem in installing ns2.26 on FC3 To: ns-users@isi.edu Hi everyboday!! I try to install ns2.26 on fedora core 3, but ns2.26 isn't compatible with gcc-3.4.2 and NS make failed, I found a patch for n