[Tinyos-help] Real time implementation!

2014-08-05 Thread IBRAHIM AHMED NEMER
Hi to all, Really I need some help in this: I am working on a setup of MEMSIC sensor nodes (30-Micaz nodes) and I want to deploy these nodes with time synchronization protocol. So, this protocol said if we have for example 4-nodes and each of these nodes has an initial time to start, how to come

[Tinyos-help] blip 1 with iris

2014-08-05 Thread Alex
Hi, anyone who conerns Have you ever used blip 1 with iris mote? I compiled the source in the folder tinyos-2.x/support/sdk/c/blip, and it works well with micaz, but not with iris. Maybe iris is not supported by blip 1. Have anyone transplanted the code to iris? or any solutions for the pro

[Tinyos-help] Time Synchronization in Micaz

2014-08-05 Thread Nemer14
Any one has a code of any time synchronization protocol in WSN using Micaz? Best Regards. -- View this message in context: http://tinyos-help.10906.n7.nabble.com/Time-Synchronization-in-Micaz-tp24527.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _

Re: [Tinyos-help] Time Synchronization in Micaz

2014-08-05 Thread Philip Levis
The canonical approach for doing this is called FTSP (flooding time synchronization protocol). http://www.math.u-szeged.hu/tagok/mmaroti/okt/2010t/ftsp.pdf Take a look at tos/lib/ftsp. There is a sample app in apps/tests/TestFtsp. Phil On Aug 5, 2014, at 2:57 AM, Nemer14 wrote: > Any one ha