Re: [Tinyos-help] How to use TimeStamp in tinyOS-1.x or TinyOS-2.x?

2007-12-02 Thread Bernardo Avila Pires
Synchronizing the nodes might be hard... Couldn't you use hop count and estimate the average delay as a function of distance? With hop count + average delay, you can estimate the total delay... A workaround for this is to have the motes start a oneShot time with interval of 0x ms, then try

[Tinyos-help] How to use TimeStamp in tinyOS-1.x or TinyOS-2.x?

2007-11-30 Thread antonio gonga
Hey all, I'd like to use timeStamp while sending a message. The Sender insert the time on which the message was sent, and the Base Station also inserts the time when the message is received. On the application layer (java Application, the system converts and subtracts these values, so that a d