What does "at the beginning" mean?  As far as I know, you have to call
it *after* StdControl.init() completes (I've typically seen it called
in StdControl.start()).

On 9/21/06, Pablo Gil Montaño <[EMAIL PROTECTED]> wrote:
Hi

I'm trying to enable ack's on tmote. I have wired the components:

Main.StdControl -> CC2420RadioC;
Component.MacControl -> CC2420RadioC;

I call MacControl.enableAck(); once at the beginning, and the other node
receives the message (it's an unicast message), but when sendDone() is
signaled, the field msg->ack is set to zero. What am I doing wrong?

Regards.



_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to