Hi,
I would like to measure the time it takes to receive a packet from one
mote to the next one.
so I done the following:
- I read the time at the first mote by using pkt->stime = call
Timer0.getNow(); and send the packet to the next mote.
- in the second mote again I read the time pkt->rtime = call Timer0.getNow();
and calculate the difference rtime-stime.
Is that right? or i have fist to synchronise the motes before doing
that !  what do you think?
what is the difference between get() and getNow()?

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

Reply via email to