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
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help