Re: [ns] Multi-interface support howto, Ramon Submission

2007-02-10 Thread Nguyen Lan
Hello, I have not declared them in common/packet.h. The only place I put them in is aodv.h (as in the document). I think this problem came from other place and I should read the document carefully but now I don't know yet. Thank you very much. Cheers, Nguyen Ramon Aguero wrote: > Hello, > >

[ns] Syntax error using "rtmodel-at" command

2007-02-10 Thread Onyekachi
Hi All, I tried to use the network dynamic command $ns rtmodel-at 1.0 down $n(1) $n(2) $ns rtmodel-at 2.0 up $n(1) $n(2) to fail and recover a link. But when i ran the tcl script, i got the following message: Nam syntax has changed: v -t 2 link-up 2 2 1 Please use this format in the future. v

Re: [ns] Multi-interface support howto

2007-02-10 Thread Ramon Aguero
Hi Tim, I should have read this message before, sorry for the spam. Can you clarify where did you add these two lines? Cheers, Ramón At 10:49 09/02/2007, Tim Elschner wrote: >i got the wirless tracing back to business: > >replaced: > set sndT [cmu-trace Send "RTR" $self] (see below) >with

Re: [ns] Multi-interface support howto

2007-02-10 Thread Ramon Aguero
Hello Tim, I've not personally used the NoAH extension myself, so I cannot completely figure out which would be your problem. Nevertheless, why do you use the prev_hop? I don't see the difference here between NoAH and any other routing protocol. If you have received a message from a base stat

Re: [ns] Multi-interface support howto, Ramon Submission

2007-02-10 Thread Ramon Aguero
Hello, Why have you declared nIfaces, targetlist and ifqueuelist in common/packet.h? Cheers, Ramón At 07:34 06/02/2007, Nguyen Lan wrote: >Hi Ramon and all, > >After following the document when I recompile ns I got this error. Maybe I >was wrong some where > >aodv/aodv.o:/usr/local/ns/mulf/ns-

[ns] how to transfer certain amount of data

2007-02-10 Thread Somera Javed
Hi, i need to transfer some amount of data using TCP. e.g 1 GB how to do that??? how to know that certain amount of data has been transfered??? thanx in advance