Re: [ns] Transmit packets

2010-12-08 Thread David Rodenas
d Rodenas Para: Mubashir Rehmani ; ns-users@ISI.EDU Enviado: mar,7 diciembre, 2010 15:45 Asunto: Re: [ns] Transmit packets Hi Thanks a lot for your answer. I'll try to do it. And one more question, I don't want to use CSMA/CA in some cases, how can I enable a

Re: [ns] Transmit packets

2010-12-07 Thread David Rodenas
ado: mar,7 diciembre, 2010 14:14 Asunto: Re: [ns] Transmit packets Hi David, You can control the transmission of packets by using timers in ns2. Explanation: In your tcl script, you will assign routing agent (ragent_) to all the nodes and this routing agent will help you to write your own procedu

[ns] Transmit packets

2010-12-07 Thread David Rodenas
Hi all I have to questions: How can I control the transmission of packets? I want all nodes transmit their packets into an predetermined time interval. And If I don't want to use CSMA/CA, what I have to do? Thanks in advance David