Re: [ns] help

2006-06-14 Thread lakshmi muddana
dear all, somebody kindly help me to add the new protocol PING given in the tutorial. problem faced is : after creating ping.h ping.cc and nessary changes when given make at prompt, it says no destinations. Send instant messages to your online friends

[ns] simple-wireless.tcl is not running on ns2.28

2006-06-14 Thread Srirupa Dasgupta
Dear friend, please help me to run wireless scripts on ns2 . i am typing the following command: ns simple-wireless.tcl the error messafe that i am getting is as follows: num_nodes is set 3 warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl INITIALIZE THE LIST xListHead Loading

[ns] termination of transmission

2006-06-14 Thread erhan g
Hi! I want to terminate the transmission after finishing sending some quantity of data . In my tcl program termination of transmission like: $ns at 4.5 $ns detach-agent $n0 $tcp ; $ns detach-agent $n2 $sink $ns at 5.0 finish Naturally program finishes at every 4.5 second. However i want to

[ns] termination of transmission

2006-06-14 Thread erhan g
Hi! I want to terminate the transmission after finishing sending some quantity of data . In my tcl program termination of transmission like: $ns at 4.5 $ns detach-agent $n0 $tcp ; $ns detach-agent $n2 $sink $ns at 5.0 finish Naturally program finishes at every 4.5 second. However i want to

[ns] jitter in a new MANET routing protocol

2006-06-14 Thread Alexandra Cioroianu
Hello everybody! I'm working with ns-2.29 on Mandriva 2006 and i'm working on a new protocol implementation, following the tutorial Implementing a New Manet Unicast Routing Protocol in NS2 by Francisco Ros and Pedro Ruiz. At the paragraph 4.3.5 it shows the implementation of

Re: [ns] simple-wireless.tcl is not running on ns2.28

2006-06-14 Thread Pedro Vale Estrela
Search for the /mobility/scene direcotories in your NS2 tree, and put the example alosnside it, eg: Snenario files in /ns2/tcl/ex/mobility/scene Put the script in /ns2/tcl/ex/mydir/ Pedro Vale Estrela -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[ns] Problem with emulation

2006-06-14 Thread [EMAIL PROTECTED]
Hi list! I'm having some problems using the emulation examples. I try to use ns-2 as a forwarder: real host A send a ping to real host B, passing through the simulator, C. After adding the correct route to A and B to use C as a gateway, I use this script (because the one with ns-2 doesn't work

Re: [ns] Clearing a queue at a node in ns-2

2006-06-14 Thread Pedro Vale Estrela
But this doesn't work. Uptarget_ gives me an NsObject instead of a LL object... try casting it to an c++ LL object. Mind that this will only be a quick fix to see if it works - its terrible programming ! Pedro Vale Estrela -Original Message- From: [EMAIL PROTECTED]