Hello ,
I am using the interface of "LocalTime" and component "LocalTimeMilliC" for
calculating the time stamp., I am using uint32_t for collecting local time.
At receiving end (destination), I need to lock the received time of each route.
All the motes is booted;
At receiving end:
1s
Hi,
I want to set local time in TinySchedulerC for Tossim!
how should I do this?
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Hello,
I want to synchronize a network using TPSN, but I have a question about
the local timers. Is it possible to modify the value of a Timer (Using
interface)? For example:
interface Timer as LocalTimer;
LocalTimer= 5000; // (an example value of time)
Thanks!
__