Re: [Tinyos-help] backoff CSMA

2007-04-26 Thread [EMAIL PROTECTED]
Hi, Though I don't know the answer to your question, I was just wondering, how the throughput can be improved by disabling backoffs, do you have only one node sending data; I mean is there no contention for the channel ? Manjunath On Fri, 20 Apr 2007, Jeong Kwanhee wrote: Hello all!!

Re: [Tinyos-help] backoff CSMA

2007-04-20 Thread Michael Schippling
I don't think there is an interface for munging up the backoff behavior. Search for backoff in the CC2420RadioM.nc file to see if there's anything you can modify. Also search this list for different MAC layers that may be more to your liking. Just shutting off CSMA will probably only help

RE: [Tinyos-help] backoff CSMA

2007-04-20 Thread David Moss
outbound message. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schippling Sent: Friday, April 20, 2007 1:30 PM To: Jeong Kwanhee Cc: tinyos Subject: Re: [Tinyos-help] backoff CSMA I don't think there is an interface for munging up

[Tinyos-help] backoff CSMA

2007-04-19 Thread Jeong Kwanhee
Hello all!! I want to increase about throughput in micaz's surge application. So, I'm currently doing to remove backoff and ack. However, I don't know how to disable backoff. (I found how to disable ack.) I think that I have to use CC2420Radio or CC2420Control. Is right? I can't find and