[Tinyos-help] time synchronization from base station

2008-02-02 Thread ali çalhan
I want to broadcast time synchronization packet to motes for mote synchronization. Which interface can I use for my application? Thanks. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] (no subject)

2008-02-02 Thread Vassilios Papacharalambous
Hi everybody, i am trying to program my mica2 motes with the pong application i found from ... http://www.tinyos.net/tinyos-1.x/apps/Pong/ When i try to compile the nesc files of the code (PongC.nc,PongM.nc and the Makefile), i get an error message saying structure has no member named `lqi'

Re: [Tinyos-help] (no subject)

2008-02-02 Thread Michael Schippling
lqi is in the micaz message header (tos/platform/micaz/AM.h) but not the mica2 version (tos/types/AM.h) -- why there are so many AM.h's hidden away is another story. You will need to dig into the code and see if references to the 'Z header can be excised. MS Vassilios Papacharalambous wrote:

Re: [Tinyos-help] Intercept interface length argument size (uint16_t)

2008-02-02 Thread Michael Schippling
It's entirely possible that you could check your code into the CVS project, I'll leave that to the project managers. But adding a page to the TOS doc: http://docs.tinyos.net/index.php that explains what and how you added RSSI would be great. thanks MS Dimas Abreu Dutra wrote: I use it on