Hi All, 
I have tried to change the TINYOS board design, does any one have any free PCB 
or schematics packets to give out or Can I download from somewhere? I want to 
change the board design for a little bit. Thanks


By the way, I doubt the TINYOS's operating system design, where is it? I cannot 
find the protocol. Thanks


An Feng
[email protected]




-----Original Message-----
From: tinyos-help-request <[email protected]>
To: tinyos-help <[email protected]>
Sent: Tue, Feb 19, 2013 3:50 pm
Subject: Tinyos-help Digest, Vol 118, Issue 44


Send Tinyos-help mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tinyos-help digest..."


Today's Topics:

   1. Re: FTSP + LPL + IRIS (Miklos Maroti)
   2. Re: mviz (Dang Thi Hai Ha)
   3. Re: mviz (meriam)


----------------------------------------------------------------------

Message: 1
Date: Mon, 18 Feb 2013 21:05:40 -0600
From: Miklos Maroti <[email protected]>
Subject: Re: [Tinyos-help] FTSP + LPL + IRIS
To: Gustavo Zanatta Bruno <[email protected]>
Cc: "[email protected]"
        <[email protected]>
Message-ID:
        <CAEUdg=dwtm2leqx9tu8k_+6pscehfszxwpucrhzl+aqxc5q...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

There have been various papers on this, although none of it is
integrated in to FTSP. You can try to dynamically set the transmit
interval to something much lower in the initial phase, and then switch
to back to the default. Miklos

On Mon, Feb 18, 2013 at 3:38 PM, Gustavo Zanatta Bruno
<[email protected]> wrote:
> And about time for the total time convergence of the network, do you
> think complicated to insert a mechanism to speed up this process?
>
> 2013/2/18 Miklos Maroti <[email protected]>:
>> Lower time resolution, nothing else. Miklos
>>
>> On Mon, Feb 18, 2013 at 2:36 PM, Gustavo Zanatta Bruno
>> <[email protected]> wrote:
>>> Miklos,
>>>
>>> You know me know where I can find what would be the impact of using
>>> Tmilli, instead of T32khz in protocol?
>>>
>>> 2013/2/2 Gustavo Zanatta Bruno <[email protected]>:
>>>> I changed all timers to the Tmilli, and works.
>>>> Thanks
>>>>
>>>>
>>>> 2013/1/29 Miklos Maroti <[email protected]>
>>>>>
>>>>> The problem is that that application is written to use the 32khz timer
>>>>> which is not available on the IRIS. Most likely you should start from
>>>>> the apps/tests/TestFtsp/Ftsp application and add the LowPowerListeing
>>>>> parts from FtspLpl app (basically you need to set the remote and local
>>>>> wakeup intervals for all messages). Miklos
>>>>>
>>>>> On Tue, Jan 29, 2013 at 1:31 PM, Gustavo Zanatta Bruno
>>>>> <[email protected]> wrote:
>>>>> > Do you remember what those changes? Even if it is only superficial for
>>>>> > me
>>>>> > not starting from zero.
>>>>> >
>>>>> > Thanks
>>>>> >
>>>>> >
>>>>> > 2013/1/29 Miklos Maroti <[email protected]>
>>>>> >>
>>>>> >> Hi Gustavo, the apps/tests/TestFtsp/FtspLpl app should work fine, but
>>>>> >> you need to modify it to make it compile with IRIS (if I remember
>>>>> >> correctly). The radio stack implements LPL and it should just work
>>>>> >> fine with FTSP. Miklos
>>>>> >>
>>>>> >> On Tue, Jan 29, 2013 at 12:08 PM, Gustavo Zanatta Bruno
>>>>> >> <[email protected]> wrote:
>>>>> >> > Guys,
>>>>> >> > you know why the IRIS does not support the implementation of the LPL
>>>>> >> > (Low
>>>>> >> > Power Listening) with ftsp (Flooding Time Synchronization Protocol).
>>>>> >> > Not implemented, or there is some impediment of hardware?
>>>>> >> > I have a network with 60 IRIS and I can not implement a
>>>>> >> > synchronization
>>>>> >> > of
>>>>> >> > clocks. In MICAZ works well.
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> >
>>>>> >> > --
>>>>> >> > Atenciosamente:
>>>>> >> > Gustavo Zanatta Bruno
>>>>> >> >
>>>>> >> > _______________________________________________
>>>>> >> > Tinyos-help mailing list
>>>>> >> > [email protected]
>>>>> >> >
>>>>> >> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>>> >>
>>>>> >
>>>>> >
>>>>> >
>>>>> > --
>>>>> > Atenciosamente:
>>>>> > Gustavo Zanatta Bruno
>>>>> > Mestrando em Ci?ncia da Computa??o
>>>>> > Pesquisador Laborat?rio Tempo Sistemas de Tempo Real e Embarcados
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Atenciosamente:
>>>> Gustavo Zanatta Bruno
>>>> Mestrando em Ci?ncia da Computa??o
>>>> Pesquisador Laborat?rio Tempo Sistemas de Tempo Real e Embarcados
>>>
>>>
>>>
>>> --
>>> Atenciosamente:
>>> Gustavo Zanatta Bruno
>>> Mestrando em Ci?ncia da Computa??o
>>> Pesquisador Laborat?rio Tempo Sistemas de Tempo Real e Embarcados
>>
>
>
>
> --
> Atenciosamente:
> Gustavo Zanatta Bruno
> Mestrando em Ci?ncia da Computa??o
> Pesquisador Laborat?rio Tempo Sistemas de Tempo Real e Embarcados



------------------------------

Message: 2
Date: Tue, 19 Feb 2013 08:38:41 +0100
From: Dang Thi Hai Ha <[email protected]>
Subject: Re: [Tinyos-help] mviz
To: meriam <[email protected]>
Cc: [email protected]
Message-ID:
        <CAOZy6+hyKzV445-MavPKTc1VeKeV8AOewMN5=qbtje8bsx+...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello,

I never work with mviz so I don't know what problem you're having.

Maybe you should try to look at this:
https://tinyos-main.googlecode.com/svn/trunk/apps/MViz/README.txt

I suppose that you was running tos-mviz MVizMsg

I think that your command is to display some .gif image at local directory
(or working directory). And if mviz find no .gif image, it just stops (i.e.
close the window instantly). That's my guess. I can't be any more useful...

Good luck!

Ha.


On Mon, Feb 18, 2013 at 11:32 PM, meriam <[email protected]> wrote:

> thank you very much !!
> but it still a little problem i hope !!
> the window is closed so fast that i can't see any thing!
> any help will be precious
> thank you in advance :)
>
>   ------------------------------
> *From:* Dang Thi Hai Ha [via TinyOS - Help] <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=22624&i=0>
> >
> *To:* meriam <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=22624&i=1>>
>
> *Sent:* Monday, February 18, 2013 5:21 PM
> *Subject:* Re: mviz
>
>  Hello,
>
> It seems that you have not compile the support java.
>
> Go to the folder /opt/tinyos-2.1.0/support/sdk/java/ then run make to
> compile those java classes then check back with your mviz thing.
>
> Good luck!
>
> Ha.
>
> On Mon, Feb 18, 2013 at 5:13 PM, meriam <[hidden email]> wrote:
>
> hello,
> i just want to ask you how to run mviz !!
> i tape the command tos-mviz MVizMsg , but i got error
> ":/opt/tinyos-2.1.0/support/sdk/java
> exception in thread "main"
> java.lang.NoClassDefFoundError:net/tinyos/mviz/DDocument
> when i am under the directory "mviz" and i tape "make micaz sim" then i got
> 3 errors
> /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/
> message/Message.java:84:cannot find symbol
>
> /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/
> message/Message.java:676:cannot find symbol
>
> /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/
> message/Message.java:684:cannot find symbol
>
> any help will be precious
> thank you in advance
>
>
>
> --
> View this message in context:
> http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22617.html
> Sent from the TinyOS - Help mailing list archive at 
> Nabble.com<http://nabble.com/>
> .
> _______________________________________________
> Tinyos-help mailing list
> [hidden email]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> [hidden email]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
> http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22618.html
>  To unsubscribe from mviz, click here.
> NAML<http://tinyos-help.10906.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
> ------------------------------
> View this message in context: Re: 
> mviz<http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22624.html>
>
> Sent from the TinyOS - Help mailing list 
> archive<http://tinyos-help.10906.n7.nabble.com/>at 
Nabble.com.
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/5c2ae29c/attachment-0001.htm
 


------------------------------

Message: 3
Date: Mon, 18 Feb 2013 23:48:29 -0800 (PST)
From: meriam <[email protected]>
Subject: Re: [Tinyos-help] mviz
To: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="utf-8"

salam, hello,

?thank you very much !
there is a .gif in the local directory.?
i'll keep searching?
good luck and best regards

meriam


________________________________
 From: Dang Thi Hai Ha [via TinyOS - Help] 
<[email protected]>
To: meriam <[email protected]> 
Sent: Tuesday, February 19, 2013 8:40 AM
Subject: Re: mviz
 

Hello,

I never work with mviz so I don't know what problem you're having.

Maybe you should try to look at this: 
https://tinyos-main.googlecode.com/svn/trunk/apps/MViz/README.txt

I suppose that you was running tos-mviz?MVizMsg?

I think that your command is to display some .gif image at local directory (or 
working directory). And if mviz find no .gif image, it just stops (i.e. close 
the window instantly). That's my guess. I can't be any more useful...

Good luck!

Ha.



On Mon, Feb 18, 2013 at 11:32 PM, meriam <[hidden email]> wrote:

thank you very much !!
>but it still a little problem i hope !!
>the window is closed so fast that i can't see any thing!
>any help will be precious
>thank you in advance :)
>
>
>
>________________________________
> From: Dang Thi Hai Ha [via TinyOS - Help] <[hidden email]>
>To: meriam <[hidden email]> 
>Sent: Monday, February 18, 2013 5:21 PM
>Subject: Re: mviz
> 
>
>Hello,
>
>
>It seems that you have not compile the support java.?
>
>
>Go to the folder?/opt/tinyos-2.1.0/support/sdk/java/ then run make to compile 
those java classes then check back with your mviz thing.
>
>
>Good luck!
>
>
>Ha.
>
>
>On Mon, Feb 18, 2013 at 5:13 PM, meriam <[hidden email]> wrote:
>
>hello,
>>i just want to ask you how to run mviz !!
>>i tape the command tos-mviz MVizMsg , but i got error
>>":/opt/tinyos-2.1.0/support/sdk/java
>>exception in thread "main"
>>java.lang.NoClassDefFoundError:net/tinyos/mviz/DDocument
>>when i am under the directory "mviz" and i tape "make micaz sim" then i got
>>3 errors
>>/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/
>>message/Message.java:84:cannot find symbol
>>
>>/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/
>>message/Message.java:676:cannot find symbol
>>
>>/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/
>>message/Message.java:684:cannot find symbol
>>
>>any help will be precious
>>thank you in advance
>>
>>
>>
>>--
>>View this message in context: 
>>http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22617.html
>>Sent from the TinyOS - Help mailing list archive at Nabble.com.
>>_______________________________________________
>>Tinyos-help mailing list
>>[hidden email]
>>https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>
>_______________________________________________ 
>Tinyos-help mailing list 
>[hidden email] 
>https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 
>
>>________________________________
> 
>If you reply to this email, your message will be added to the discussion below:
http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22618.html 
>To unsubscribe from mviz, click here.
>NAML 
>
>
>>________________________________
> View this message in context: Re: mviz
>
>Sent from the TinyOS - Help mailing list archive at Nabble.com.
>
>_______________________________________________
>Tinyos-help mailing list
>[hidden email]
>https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

_______________________________________________ 
Tinyos-help mailing list 
[hidden email] 
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 

________________________________
 
If you reply to this email, your message will be added to the discussion below:
http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22627.html 
To unsubscribe from mviz, click here.
NAML



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22628.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130218/85ba164f/attachment.htm
 


------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

End of Tinyos-help Digest, Vol 118, Issue 44
********************************************

 
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to