Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-08 Thread Flavio Pompermaier
I was also thinking that the CC2420_NO_ACKNOWLEDGMENTS flags was wrong, but I have another question about another flag: CC2420_HW_ACKNOWLEDGEMENTS What happens in this case? What is the difference with software acks? Inviato da Yahoo! Mail. La casella di posta intelligente.

Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-08 Thread Juan Antonio López Riquelme
Riquelme' ; tinyos-help@millennium.berkeley.edu Sent: Monday, April 07, 2008 11:10 PM Subject: RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2 Hi Juan - According to your BaseStation makefile, you are disabling acknowledgments at the base station. This would cause PacketLink

RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread David Moss
The functionality you’re interested in - reliably link layer transmissions - is included in the CC2420 radio stack in the PacketLink interface. You can add the PacketLink layer into the radio stack by adding CFLAGS+=-DPACKET_LINK into your Makefile. In your software, instead of requesting an

Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread Juan Antonio López Riquelme
To: 'Juan Antonio López Riquelme' ; tinyos-help@millennium.berkeley.edu Sent: Monday, April 07, 2008 8:05 PM Subject: RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2 The functionality you're interested in - reliably link layer transmissions - is included in the CC2420 radio stack

RE: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2

2008-04-07 Thread David Moss
and recompile. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juan Antonio López Riquelme Sent: Monday, April 07, 2008 1:45 PM To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Problems with ACKs in TinyOS 2.0.2 Hello, Thank