[Tinyos-help] Multiple receive when using CollectionC

2008-07-08 Thread Philipp Küderli
Hi, I use CollectionSenderC and CollectionC of the ctp package to send my data to the sink node. I just use a timer to send a message each second and the node with id zero receives it. I only use two sensors. Unfortunately, I always receive the packages many times, as you can see below. The sen

Re: [Tinyos-help] Multiple receive when using CollectionC

2008-07-08 Thread Omprakash Gnawali
On Tue, Jul 8, 2008 at 6:31 AM, Philipp Küderli <[EMAIL PROTECTED]> wrote: > Hi, > > I use CollectionSenderC and CollectionC of the ctp package to send my > data to the sink node. > I just use a timer to send a message each second and the node with id > zero receives it. > I only use two sensors. >

Re: [Tinyos-help] Multiple receive when using CollectionC

2008-07-08 Thread Philipp Küderli
I know know that there is a relation to MAX_RETRIES in CtpForwardingEngine.h There is written: /* * The number of times the ForwardingEngine will try to * transmit a packet before giving up if the link layer * supports acknowledgments. If the link layer does * not support acknowledgments it s

Re: [Tinyos-help] Multiple receive when using CollectionC

2008-07-08 Thread Omprakash Gnawali
On Tue, Jul 8, 2008 at 7:36 AM, Philipp Küderli <[EMAIL PROTECTED]> wrote: > I know know that there is a relation to MAX_RETRIES in CtpForwardingEngine.h > > There is written: > > /* > * The number of times the ForwardingEngine will try to > * transmit a packet before giving up if the link layer