I would like to get timestamps according to : date hour/minute/seconds.I
should mention that I 'm loading the Oscilloscope application which exists
in cygwin\opt\tinyos-1.x\contrib\moteiv\apps\Oscilloscope folder ,on my
telos motes.
How can I achieve that?





2008/5/2, Paul Stickney <[EMAIL PROTECTED]>:
>
> On Fri, May 2, 2008 at 9:46 AM, Maria Taramigkou
> <[EMAIL PROTECTED]> wrote:
> > Hi there!
> > I'm using cygwin and telosb motes.I have loaded Oscillocope on the motes
> > ,I'm receiving the packet sequence of bytes
> >
> > 1A 01 08 82 FF FF FF FF 0A 7D 01 00 8A 02 01 00 52 1A 52 1A 52 1A 52 1A
> 51
> > 1A 50
> >  1A 50 1A 4F 1A 4E 1A 4D 1A
> >
> > What about timestamps?How can I get them?
>
> Timestamps are synthetic -- associate the current time with each
> packet/message as you first encounter it.
> I would likely stay at the Message-level (e.g. just subclass
> OscilloscopeMsg and fill-in the data on messageReceived).
>
>
> > One more question:is there any way for permanent storage of the
> > packets/results?I mean when i'm running Listen.java ,i have to stop it
> in
> > order to have the results in a txt.I need to have on ongoing connection
> to
> > the motes and the results.
>
> Would simply using serialforwarder as a 1-n proxy work for you?
>
>
> Paul
>
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to