[Tinyos-help] Question about TestFTSP

2008-08-13 Thread Robert Taylor
Hi, I'm looking at TestFTSP and it looks like it only works over a single hop. Is this correct or am I missing something? If so, are there any test applications that deal with FTSP over multiple hops? Thanks, Robert ___ Tinyos-help mailing list Tinyos-he

Re: [Tinyos-help] Question about TestFTSP

2008-08-14 Thread Branislav Kusy
> Hi, > > I'm looking at TestFTSP and it looks like it only works over a single > hop. Is this correct or am I missing something? If so, are there any > test applications that deal with FTSP over multiple hops? if you define CFLAGS += -DTIMESYNC_DEBUG in the Makefile, multihop will be enforced

Re: [Tinyos-help] Question about TestFTSP

2008-08-14 Thread Robert Taylor
Great, Thanks! You might want to merge the apps/tests/TestFTSP/README.txt file in the main tree with the one linked above because they are different. 2008/8/13 Branislav Kusy <[EMAIL PROTECTED]> > Hi, >> >> I'm looking at TestFTSP and it looks like it only works over a single hop. >> Is this corr

Re: [Tinyos-help] Question about TestFTSP

2008-08-19 Thread Hui Kang
I searched in the directory for the definition of the topology, but failed. Could you point out where the file is. Also it seems the TimeSyncPollC, the dedicated beacon sender does not exist. TestTimeSyncMessage has to be changed for a dedicated beacon sender. - Hui Branislav Kusy wrote: >> Hi