Hi all,
         I am using TOS1.1.10 .In the standard receiver application
TOSBase. I am trying to retransmit the message.I sent a message by
calling

         call RadioSend.send(gpTxMsg);.

        For this RadioSend.sendDone(TOS_MsgPtr Msg, result_t success)
event is generated.
        Hoping that Msg is a pointer to the already transmitted
message,I call

       call RadioSend.send(Msg);  to retransmit the same message again.

       But the message is not being re-transmitted .

     Can somebody tell me what is wrong   or  how to accomplish retransmission?

Regards,
Kishore
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to