[Tinyos-help] packets received > packets sent ?????
Nahr ...
nahrelk at gmail.com
Fri May 9 07:27:58 PDT 2008
Hi,
I am steel facing bizarre things.
How could a receiver receive more than the packet sent ??
/********************************************************/
void sendMessage() {
if (call Send.send(&packet, sizeof(EasyCollectionMsg)) != SUCCESS) {
failedSend();
}
else {
sendBusy = TRUE;
printf("I am node n %d I sent a msg \n",TOS_NODE_ID);
}
/********************************************************/
event message_t* Receive.receive(message_t* msg, void* payload, uint8_t len)
{
printf("I am node n %d I receive a msg \n",TOS_NODE_ID);
}
I calculate the number of (I am node n %d I sent a msg) I found that its
number is less
than
I am node n %d I receive a msg \n
How is that ???????????????
Nahr Elk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080509/ceb22159/attachment.htm
More information about the Tinyos-help
mailing list