You're right ! This aspect has splipped out!
So there is two reasons if the sendDone does not appears :
- either the old fashion is using to set the noise
- or there is not enough noise trace readings
So never forget to use addNoiseTraceReading and createNoiseModel
functions and add at least 100 trace reading fo each sensors.
for(i=1;i<50;i++)
{
for(j=1;j<=150;j++)
{
t->getNode(i)->addNoiseTraceReading(-105);
}
}
I saw a message about the number of trace readings so it was just for
me an intattention error.
So thanks.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help