[Tinyos-help] Time in Trickle

2008-07-02 Thread Jimmy Lee
Hi, everyone: I've read the Trickle implementation code (\tos\lib\net\TrickleTimerImplP.nc) in 2.X. And I'm puzzled by the variable time in this code. This is the defination of struct trickle_t: typedef struct { uint16_t period; uint32_t time; uint32_t remainder; uint8_t

[Tinyos-help] Time in Trickle

2008-06-12 Thread Jimmy Lee
-- Forwarded message -- From: Jimmy Lee [EMAIL PROTECTED] Date: 2008/6/13 Subject: Time in Trickle To: TinyOS Help tinyos-help@millennium.berkeley.edu Hi, everyone: I've read the Trickle implementation code (\tos\lib\net\TrickleTimerImplP.nc) in 2.X. And I'm puzzled