[Tinyos-help] acknowledgement of sent message

2010-06-21 Thread Omar Cheikhrouhou (yahoo)
When sending a message from node 1 to node 2. In node 1 the sendDone is executed which means that the message is sent with success however in node 2 the receive is not executed which means that node 2 does not receive the message. Is there a mechanism to acknowledge the reception of message.

Re: [Tinyos-help] acknowledgement of sent message

2010-06-21 Thread Michael Schippling
Search for enableAck(). I use it on mica's under T1, but I'm not sure what's available in T2. MS Omar Cheikhrouhou (yahoo) wrote: When sending a message from node 1 to node 2. In node 1 the sendDone is executed which means that the message is sent with success however in node 2 the

[Tinyos-help] acknowledgement of sent message

2010-06-21 Thread Omar Cheikhrouhou (cesLab)
When sending a message from node 1 to node 2. In node 1 the sendDone is executed which means that the message is sent with success however in node 2 the receive is not executed which means that node 2 does not receive the message. Is there a mechanism to acknowledge the reception of message. That