RE: [Tinyos-help] ACK in TOSSM

2006-09-29 Thread Bryn Smith
In the radio stack code that I've seen (mainly the CC1000 TOSSIM code) ACKs are not required for broadcast traffic. It might be worth your while looking closely at the debug messages (if you turn them all on) - they might have more detail. Bryn -Original Message- From: [EMAIL PROTECTED] [

RE: [Tinyos-help] ACK in TOSSM

2006-09-29 Thread Bryn Smith
sendDone will signal SUCCESS if the message TRANSMITS successfully, not necessarily if it is RECEIVED successfully. If you want to check if the ACK has been received, you need to check that (msg->ack == 1). Hope this helps, Bryn Smith -Original Message- From: [EMAIL PROTECTED] [mailto:[E