Re: [Tinyos-help] backoff of cc2420

2008-06-18 Thread Damien O'Rourke
Try CC2420CsmaP.nc. Regards, Damien. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sara so Sent: 18 June 2008 14:19 To: Tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] backoff of cc2420 HI, I am trying to find how to disable backoff times

Re: [Tinyos-help] backoff of cc2420

2008-06-18 Thread Abhishek Anand
you need to change CC2420CsmaP.nc in the folder $TOSROOT/tos/chips/cc2420/csma (around line no 210 ) Regards, Abhishek Anand IIT Guwahati On Wed, Jun 18, 2008 at 6:48 PM, sara so <[EMAIL PROTECTED]> wrote: > HI, > I am trying to find how to disable backoff times of cc2420 radio and I > found in t

[Tinyos-help] backoff of cc2420

2008-06-18 Thread sara so
HI, I am trying to find how to disable backoff times of cc2420 radio and I found in the tinyos mailing list " by editing the CC2420RadioM.nc file and replacing signals to MacBackoff.initialBackoff() and MacBackoff.congestionBackoff() by the value 0" However I do not have CC2420RadioM.nc file in m