Re: [Tinyos-help] Time Synchronization in Micaz

2014-08-07 Thread Nemer14
Thanks sir, but how can I run the FtspDataLogger java application (java FtspDataLogger)? Since when I tested with Cygwin and wrote java FtspDataLogger this gave me an error ! So, how can I run this java file to see the data received ? -- View this message in context:

[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

[Tinyos-help] Time synchronization with tinyos2.x

2011-08-15 Thread Haider Ali
Hello all, I'm looking for a time synchronization protocol ready to use with iris motes on tinyos2.x. I've checked http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/stanford- lgl/libs/FTSP/ on sourceForge but the directory is empty. I really need this implementation in my

Re: [Tinyos-help] Time synchronization with tinyos2.x

2011-08-15 Thread Eric Decker
CVS T2 has been deprecated for well over a year. Try looking in then main T2 svn trunk:... http://code.google.com/p/tinyos-main/ On Mon, Aug 15, 2011 at 6:10 AM, Haider Ali haider...@kfupm.edu.sa wrote: Hello all, ** ** I'm looking for a time synchronization protocol ready to use

[Tinyos-help] time synchronization in xmesh

2010-04-08 Thread Siddharth Kamath
Can you point me to an application in Xmesh which which uses the XMesh TimeSyncService. Thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Time-synchronization error problem on Telosb

2009-01-29 Thread Hussein Khaleel
Dear all, I am trying to implement a time-synchronization algorithm on Telosb motes using TinyOS 1.x. I am using ClockTimeStamping to timestamp the messages at the MAC layer, as well as LocalTimeMicro to have a micro-second resolution. The problem is that when I run the test I get the

Re: [Tinyos-help] time synchronization for MICAz wsn's

2009-01-24 Thread Michael Schippling
I found this sorta recent paper with lots of time sync info: http://www.cs.uic.edu/~ajayk/ext/ClockSyncWSNsurvey.pdf I haven't read it for accuracy, but hey, it's a thesis of some kind... MS Omprakash Gnawali wrote: On Fri, Jan 23, 2009 at 4:36 PM, wolfgangmi wolfgan...@gmail.com wrote: Hi

[Tinyos-help] time synchronization for MICAz wsn's

2009-01-23 Thread wolfgangmi
Hi all, I am using MICAz and TinyOS 1.1.15. I need to have a one-time synchronization for a network of 20~50 nodes with regard to a master node before deployment. I am not familiar with the state-of-the art achievable accuracy, but my desired accuracy should be within 1 millisecond and preferably

Re: [Tinyos-help] time synchronization for MICAz wsn's

2009-01-23 Thread Omprakash Gnawali
On Fri, Jan 23, 2009 at 4:36 PM, wolfgangmi wolfgan...@gmail.com wrote: Hi all, I am using MICAz and TinyOS 1.1.15. I need to have a one-time synchronization for a network of 20~50 nodes with regard to a master node before deployment. I am not familiar with the state-of-the art achievable

Re: [Tinyos-help] time synchronization

2008-06-04 Thread jiwen zhang
Hello : 2008/6/4 Miklos Maroti [EMAIL PROTECTED]: Hi Zhang, Yes. The PacketTimeStamp interface is used to access the transmit or receive time of the packet. If you want to embed a time stamp inside the packet then you need to use the TimeSyncAMSend and TimeSyncPacket interfaces of the

Re: [Tinyos-help] time synchronization

2008-06-04 Thread Miklos Maroti
Hi Zhang, that is to say this is the time synchronization between the sender and receiver , not the whole network ? Correct. i have seen the TimeSyncAMSend, when you send a packet , you shou give an parameter event_time in the command send . i can't understand the function of the parameter

[Tinyos-help] time synchronization

2008-06-03 Thread jiwen zhang
Hello all : i see some files in chips/rf230 , i see some words like TimeSyncPacket , so i think maybe the time synchronization is implementated in rf230 , am i right ? if yes , i want to know which arithmetic does it use ? maybe there are a corresponding paper , can someone give me a

Re: [Tinyos-help] time synchronization

2008-06-03 Thread jiwen zhang
Hello all : 2008/6/3 Miklos Maroti [EMAIL PROTECTED]: Hi Zhang, Hello all : i see some files in chips/rf230 , i see some words like TimeSyncPacket , so i think maybe the time synchronization is implementated in rf230 , am i right ? Yes. The PacketTimeStamp interface is used to

Re: [Tinyos-help] time synchronization

2008-06-03 Thread Miklos Maroti
Hi Zhang, Yes. The PacketTimeStamp interface is used to access the transmit or receive time of the packet. If you want to embed a time stamp inside the packet then you need to use the TimeSyncAMSend and TimeSyncPacket interfaces of the SimSyncSend component. i understand , when use the

Re: [Tinyos-help] Time synchronization with tinyos2.x

2008-05-18 Thread Marco Langerwisch
Of Marco Langerwisch Sent: Friday, May 16, 2008 9:02 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Time synchronization with tinyos2.x Hello, I know there were several threads, but I didn't find what i need. I'm looking for a time synchronization protocol ready

[Tinyos-help] Time synchronization with tinyos2.x

2008-05-16 Thread Marco Langerwisch
Hello, I know there were several threads, but I didn't find what i need. I'm looking for a time synchronization protocol ready (or almost ready) to use with mica2 motes on tinyos2.x. Thank you! Regards, Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de

Re: [Tinyos-help] Time synchronization with tinyos2.x

2008-05-16 Thread Janos Sallai
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marco Langerwisch Sent: Friday, May 16, 2008 9:02 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Time synchronization with tinyos2.x Hello, I know there were several threads, but I didn't find what i need

[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] time synchronization implementation

2007-12-10 Thread KeonSu Kim
Hi~ guys I am working on the simple time synchronization, but it is not easy to me. I hope that someone give me a comment. What I am trying to do is like this, 1. there are 3 motes( one-master, the other : slave) 2. Master mote transmits the packet to slave motes at the interval of some time. 3.

[Tinyos-help] Time Synchronization TinyOS 2.x

2007-11-09 Thread Min Guo
I implemented a Time Synchronization component with the linear regression idea which is firstly introduced by Vanderbilt University in TinyOS 1.x http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x-contrib/ethz/snpk/tos/lib/net/TimeSync/ If anyone wants to test the component, please let me know

[Tinyos-help] Time synchronization for Tmote Sky

2007-06-19 Thread manu suryavansh
Hi, I there any example of time synchronization with multihop for tmote sky. I have 25 tmote sky systems connected to pressure sensors and I want to synchronize the sampling of the sensors. Thank you Manu Suryavansh - Expecting? Get great news right away with

[Tinyos-help] Time Synchronization using NetSync

2007-05-18 Thread Ankur Kamthe
Hi all, I want to use NetSync to provide time synchronization in the Delta app code for Tmotes at full power. In the NetSyncC file it says, never to wire to it but instead use make tmote lowpower. So, when I compile using make tmote lowpower not providing the duty cycle value there but changing

[Tinyos-help] Time Synchronization!!

2007-04-11 Thread Laleh Roustapoor
Hello I am an Information Technology student in AmirKabir University of Tehran. we are a group which do research on Time Synchronization in Sensor Network. We want to examine our new algorithm of TimeSynch and compare it with others.We decide to use TinyOS and TOSSIM in this case but we have a

[Tinyos-help] Time synchronization

2007-02-05 Thread under . actuate
Hey, It's been said that time synchronization and time stamping are available for Tmote Sky. Where do I look to see how to implement them? Thanks, Jared ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] Time synchronization

2007-02-05 Thread Joe Polastre
See /opt/moteiv/tos/lib/sp, it includes the SPUtil interface and has information about timestamping in the SPC component. An example library that uses timestamping is in /opt/moteiv/tos/lib/netsync Be sure to apply patches to netsync from: http://www.moteiv.com/community/Moteiv_Boomerang_Fixes

[Tinyos-help] Time synchronization.

2006-09-08 Thread 박판근
How can i synchronize the time between nodes? Should i use FTSP (Timesync) ? But my platform is Sky tmote. Could you give advices? Thanks you a lot. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU