Re: [ns] Help! How Carrier Sensing works

2008-06-09 Thread ankur garg
. Thanking you Ankur Garg On Mon, Jun 9, 2008 at 4:06 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 apolo

[ns] Help with Radio states of 802.15.4 implementation (Ankur Garg)

2008-06-12 Thread ankur garg
Hi!, I am working on the 802.15.4. I am tweaking up things to implement a new protocol. Can any body tell me why a transition of radio state TX_ON to RX_ON is not done immediately. this has been done using a turn _around_state with a delay of turn_around and two times a confirmation goes: 1. fr

[ns] help please! HOW ASSERT function works what is its aim in 802.15.4 implementation.

2008-06-13 Thread ankur garg
Hi! I will be very thankful if you can just tell me what is assert(); doing in the implementation of 802.15.4 I cannot understand what is actually trying to implement. Is it a access lock so that mutual exclusiveness of variables can be maintained. Thanking You Ankur Garg

[ns] 802.15.4 in adhoc networks

2008-06-13 Thread Ankur Garg
hi! I think this can solve half of your problem: You should try to tweak with SO and BO to change and have Direct Transmission mode. With regards, Ankur Garg

Re: [ns] Help with Radio states of 802.15.4 implementation (Ankur Garg)

2008-06-13 Thread ankur garg
EEE 802.15.4 standard (both 2003 > and 2006 versions) fix the maximum transition time between RX and TX > states (and viceversa), > and the ns-2 model uses that value. It is a worst case assumption but > is realistic. > > > http://standards.ieee.org/getieee802/download/802.15.4-

[ns] How can i test step by step my C++ files

2008-06-15 Thread ankur garg
what about a new mac protocol. With regards, Ankur Garg

[ns] How to add a new mac protocol to NS2

2008-06-16 Thread ankur garg
i messed with it. So i want to remove it and install a fresh copy how this can be done. With Regards Ankur Garg

Re: [ns] ask help for entering Code in MAC

2008-06-18 Thread ankur garg
your function. 4. Do the processing. 5.Again tap out the flow where it is supposed to be. Moreover make small changes step by step and 'make' ns2 each time. I hope this will help you. With regards, Ankur Garg On Thu, Jun 19, 2008 at 1:59 AM, sasan zhalehpour <[EMAIL PROTECTED]> w