[ns] how change coverage diameter in 802.11

2008-08-22 Thread Vinicio Guanochanga
Hi users... I'm simulating mipv6 with mobiwan and I found that it use 802_11 in it mac layer. This standar have a coverage about 500m (diameter). Anyone knows if I can change this value? how? thaks in advance Vinicio,.. _ Disc

[ns] Help about tcp probe messages in ns2

2008-08-22 Thread b a
Hello everybody I am new to ns2 and I wonder if there Is there a way to simulate tcp probe messages in ns2? thanks for the help

Re: [ns] wireless simulations in ns using cygwin

2008-08-22 Thread syed irfan
On Fri, Aug 22, 2008 at 9:31 PM, <[EMAIL PROTECTED]> wrote: > > Welcome to posting to the ns-users mailing list! > > We automatically send this message to every new person who sends mail > to the list. You should only receive it once. My apologies if the > program contacts you twice, perhaps be

[ns] Source for key management in ad hoc network

2008-08-22 Thread Ali Fanian
Hi everybody, Has someone simulated a key management in wireless ad-hoc network? Could you send me the source or guidelines to do it? Thanks in adv. Best, Fanian.

Re: [ns] a question about Ping

2008-08-22 Thread Narcissus
Hi. Yes ping is implemented. You can consult NS Manual for help: http://www.isi.edu/nsnam/ns/doc/node114.html 2008/8/22 J S <[EMAIL PROTECTED]> > > Does ns-2.33 implements ping? > I know there are tutorials and examples that how to implement ping. > > But in ns -2.33 i see protocols like pin

Re: [ns] Sending a packet - howto/where

2008-08-22 Thread Mayur
Dear Fernando, recv() is used for sending too. Actually, it is pertaining to the Layered architecture. A lower layer RECEIVEs packet from its upper layer. Check carefully the code of recv() function and you will observe that it is first of all checking the 'direction' of the packet, if it is

Re: [ns] :how to reteive information from trace file

2008-08-22 Thread Mayur
Dear Srirupa, For changing data rate use: #I assume you are using CBR... set traffic [new Application/Traffic/CBR] set CBRrate # and then $traffic set rate_ $CBRrate regards, Mayur Srirupa Dasgupta wrote: > > > Dear ns-friends, > I have created a new packet type named pong like ping...

Re: [ns] Flow of AODV Protocol

2008-08-22 Thread Mubashir Rehmani
Hello Fernando I am telling you the flow of AODV Protocol. It may be useful to you. 1. In the TCL script one call the "start" and this start cause the pointer to come to the Command Function of AODV Protocol. 2. Then you can see in the Command of "start", you find two timers * btimer.handle(

[ns] a question about Ping

2008-08-22 Thread J S
Does ns-2.33 implements ping? I know there are tutorials and examples that how to implement ping. But in ns -2.33 i see protocols like ping and telnet are included in apps folder. Does that mean that ping is built-in in newer versions? and I don't have to implement this. Does any one has any exam

[ns] Sending a packet - howto/where

2008-08-22 Thread fhg07
Well, I have already learned how to create the packet and fill it with the data I need. Although, I end up not being able to send it. In some codes, in the function "command", the argumente is compared with "send", and then the code responsible for sending the packet comes down there. I tried to

[ns] :how to reteive information from trace file

2008-08-22 Thread Srirupa Dasgupta
Dear ns-friends, I have created a new packet type named pong like ping...its corresponding tcl script is also running and producing a trace output file...now I want to plot the through-put by changing the time of the stop variable in tcl.but the trace file is remaining the same every time..