Re: [ns] Bug in NS2's 802.15.4 implementation?

2007-02-17 Thread Daniele Messina
Hi Mukul, and hi all. In section 7.1.3.1.3 of the 802.15.4 2003 standard it is said that: If the MLME of an unassociated device successfully receives an acknowledgment to its association request command, the MLME will wait for at most aResponseWaitTime symbols for the association response

[ns] MAC 802.11 RETRANSMISSIONS

2007-02-17 Thread antonis antoniou
Hi ALL, i use ns2.29. 1. i want to change DEFAULT number of 802.11 retransmissions. 2.how can i measure retransmissions in mac 802.11 from trace file new format? Can i do it from tcl script?How? THANKS

[ns] DIRECTED DIFFUSION FOR MULTIPATH ROUTING???

2007-02-17 Thread antonis antoniou
Hi ALL, I am interested to use directed diffussion for my thesis for multipath routing. can anyone help me? some tips or guidelines? THANKS

[ns] Howto randomly select the destination node?

2007-02-17 Thread Eirini Karapistoli
Hi to all ns-users, I want to generate a communication pattern where all wireless nodes generate sensing data to random destinations at different rates varying from 0.25 packets/sec to 4 packets/sec. As far as the routing scheme concerns (multihop scenario), I want to implement a randomized

[ns] Awk Script for Delay/Jitter in Wireless Network

2007-02-17 Thread Shaili Desai
Hello all I am trying to analyze VoIP traffic QoS in WImax.Can anyone help me get the awk script for delay,jitter and throughput for wireless network. I wrote my own but not sure if thats working fine so want to check with an existing working awk script if someone already has it written. I will

Re: [ns] Could not schedule timer

2007-02-17 Thread Tarun Bansal
Scott, I also got the error in the same routine. The error surfaces when the traffic increases a lot. Probably in that case it becomes difficult to handle the increased number of timers. If I change it to resched (as someone had suggested), then I start getting segmentation fault. If you come