[Tinyos-help] local time in tinyos

2013-02-23 Thread Swetha
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

[Tinyos-help] Local Time

2012-08-01 Thread mansooreh mollaie
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

[Tinyos-help] Local time Synchronization using telosB

2011-04-11 Thread Jose MarĂ­a Castillo Secilla
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! __