[ns] ODMRP, ADMR under ns-allinone-2.30

2007-06-28 Thread Ana Turk
hi all, I am trying to implement ODMRP (Monarch extension ns-2.1b8) on ns-2.30. I have ported the code of ns-2.1b8 to 2.29 My odmrp code is complied fine. but when i am using the tcl script which is there with the ns-2.1b8 for running the ODMRP on a particular scenerio the error in the

[ns] shutting down link or node with wireless topology

2007-06-28 Thread chammas
$ns_ at 60.0 $node_(0) off now works but i still can see packets being sent (and received) from node 0 after it was shutdown in the trace file... Any ideas? Greats, Patrick Hi all, Thank you for answering but i tried the $ns_ at 60.0 $node_(0) off command which gave me the segment fault

[ns] Ssendfailure Error message DSR

2007-06-28 Thread Mohammed Abu Hajar
Hello ns users, I am doing simulations using DSR routing protocol. The simulation time is 900 s, but the simulations never finishs ometimes, it appears a fail message like the following: SSendFailure 2177. _5_ -XX- 5:0 44:0 5-4 1 2 2 3 [|5 4 7 6 12 44] Can any one tell me where

[ns] Help add-interface ns-2.30

2007-06-28 Thread Ana Turk
hi all, I am trying to implement ODMRP (Monarch extension ns-2.1b8) on ns-2.30. I have ported the code of ns-2.1b8 to 2.29 My odmrp code is complied fine. but when i am using the tcl script which is there with the ns-2.1b8 for running the ODMRP on a particular scenerio the error in the

Re: [ns] shutting down link or node with wireless topology

2007-06-28 Thread Wenhua Zhao
You can try to set the coordinates of the nodes to large values. $node set X_ 1 $node set Y_ 1 I haven't done this before, hope it works. -- Wenhua On 6/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: $ns_ at 60.0 $node_(0) off now works but i still can see packets being sent

[ns] what are the modifications of TCP delayed ACK for the case d2?

2007-06-28 Thread Farzaneh Razavi Armaghani
Hello all I want to delay more than 2 ACKs on the TCP receiver side to study the interaction of TCP new reno with the 802.11 MAC protocol in wireless multi-hop networks. How can I modify the ns source code for the case of delaying more than two ACKs for example up to 3 or 4 ACKs? If