I know this doesn't exactly answer your question, but Boomerang (from www.moteiv.com) includes time synchronization and is loosely based on VU's original implementation. There's a network synchronization module called NetSyncC which utilizes time synch to create a low power network.
-Joe On 4/5/06, Bryan Schauer <[EMAIL PROTECTED]> wrote: > > > > Hi all! > > > > I'm currently trying to implement VU's TimeSync > (…/contrib./vu/apps/TestTimeSync) application on tmote skys > (I've also tried on micaZs). I've read through all of the README's and > followed all the instructions (or so I think). I've set up a base station > (TOSBase) and a poller (TestTimeSyncPollerC) and those both work fine. The > problem arises when I go to program motes with TestTimeSyncC—the program > compiles and programs fine without error, but it never runs on the mote. I > added calls to Leds in the StdControl.start() function of TimeSyncM and the > LED never lights up. Has anyone successfully used this application on the > telos/tmote platform (or micaZ)? Any suggestions as to getting this to work > on telos? > > > > Just for reference my Makefile is as follows: > > > > COMPONENT=TestTimeSyncC > > VUDIR=%T/../contrib/vu/tos > > > > PFLAGS += -I$(VUDIR)/lib/CC2420 > > PFLAGS += -I$(VUDIR)/lib/TimeSync > > PFLAGS += -I$(VUDIR)/interfaces > > > > PFLAGS += -DTIMESYNC_RATE=30 -DTIMESYNC_POLLER_RATE=10 -DTIMESYNC_SYSTIME > -DTIMESTYNC_DEBUG > > > > include ../Makerules > > > > Thanks for your help; I'm really looking forward to getting this application > to work. > > > > Bry > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
