[Tinyos-help] What does SUCCESS refer to?

2007-02-15 Thread Muhammad Azhar
Hi, I know this is a rather basic question, but does SUCCESS in the return value of AMSend.send(x, y, sizeof(z)) refer to the fact that this node has successfully sent the packet (but may not have reached the receiver) or does it mean that the packet sent from this node has successfully reach

Re: [Tinyos-help] What does SUCCESS refer to?

2007-02-16 Thread Pablo Gil Montaño
nviado: viernes, 16 de febrero, 2007 7:13:15 Asunto: [Tinyos-help] What does SUCCESS refer to? Hi, I know this is a rather basic question, but does SUCCESS in the return value of AMSend.send(x, y, sizeof(z)) refer to the fact that this node has successfully sent the packet (but may not have r

Re: [Tinyos-help] What does SUCCESS refer to?

2007-02-17 Thread Muhammad Azhar
should it be wired to somewhere else? Thanks in advance. Regards, Azhar From: Pablo Gil Montaño <[EMAIL PROTECTED]> To: Muhammad Azhar <[EMAIL PROTECTED]>, tinyos-help_list Subject: Re: [Tinyos-help] What does SUCCESS refer to? Date: Fri, 16 Feb 2007 11:14:37 + (GMT) H

Re: [Tinyos-help] What does SUCCESS refer to?

2007-02-17 Thread Philip Levis
On Feb 17, 2007, at 4:46 AM, Muhammad Azhar wrote: Hi... Thanks for ur reply, but I can't find MacControl in tinyos 2. Instead, I found this interface - PacketAcknowledgements . Looks easy to use, but I'm not sure where it should be wired to. Should it be wired to LinkLayerC (i.e. Pac