Hello All, Can some one tell me how to synthesis Verilog and VHDL code into the 
TINYOS? It seems nesC is just VHDl coding. Right?


An Feng
anderson.an.f...@aol.com




-----Original Message-----
From: tinyos-help-request <tinyos-help-requ...@millennium.berkeley.edu>
To: tinyos-help <tinyos-help@millennium.berkeley.edu>
Sent: Thu, Feb 21, 2013 5:56 pm
Subject: Tinyos-help Digest, Vol 118, Issue 66


Send Tinyos-help mailing list submissions to
tinyos-help@millennium.berkeley.edu
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
tinyos-help-requ...@millennium.berkeley.edu
You can reach the person managing the list at
tinyos-help-ow...@millennium.berkeley.edu
When replying, please edit your Subject line so it is more specific
han "Re: Contents of Tinyos-help digest..."

oday's Topics:
   1. Iris using 64 bit address filtering (Roadstar Runner)
  2. blip 2 ppprouter problem (Sheikh Jaaved)
  3. Re: Iris using 64 bit address filtering (Roadstar Runner)
  4. Re: [Tinyos-URGENT] Need help installing TinyOS on Ubuntu
     12.04 and load a program over Telosb (meriam)
  5. Re: Why some wrong mote join the MViz example network? (meriam)
  6. Re: mviz (meriam)

---------------------------------------------------------------------
Message: 1
ate: Thu, 21 Feb 2013 00:19:00 -0500
rom: Roadstar Runner <redstripe...@gmail.com>
ubject: [Tinyos-help] Iris using 64 bit address filtering
o: tinyos-help@millennium.berkeley.edu
essage-ID:
<CAN3Ao+wXSmRzzpBD-i=k1xokdapzx7oncz5namgkz9-7aa9...@mail.gmail.com>
ontent-Type: text/plain; charset="iso-8859-1"
Hi,
 am trying to implement a 64 bit IEEE address frame for the RF230 using
he RX_AACK mode.  The problem is that i the receiver does not receive any
ata. If i use RF230_RX_ON, i am able to receive the data. I used a sniffer
nd was able to capture the following raw data
Sender address = 1
est address = Broadcast
an ID = 0x22
The last block of data is the MAC payload
41 CC 11        22 00        FF FF 00 00 00 00 00 00 F8 00 00 00 00 00 00
0              3F 08 0B 03 00 F8 00 0F 10 00 AA 01 F8 00 00 00 00 00 00 00
0 00
The sniffer shows that the FCS is OK. Is there some other filter which is
ausing the packet to be rejected.
Thanks,
ou
------------- next part --------------
n HTML attachment was scrubbed...
RL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130221/d10d5d4a/attachment-0001.htm
 

-----------------------------
Message: 2
ate: Thu, 21 Feb 2013 11:14:39 +0530
rom: Sheikh Jaaved <sheikh.jaa...@gmail.com>
ubject: [Tinyos-help] blip 2 ppprouter problem
o: tinyos-help@millennium.berkeley.edu
essage-ID:
<CAB05r+RF0+8YKTPMdTVc=fXoNEBYOOTkNJTgSQr3DEk=-vi...@mail.gmail.com>
ontent-Type: text/plain; charset="iso-8859-1"
hi,
i have compiled the program on tiny os 2.1.2 and following the instruction
f http://docs.tinyos.net/tinywiki/index.php/BLIP_2.0_Tutorial and getting
he output as follows

oot@jaaved-HP-Pavilion-dv2500-Notebook-PC:/opt/tinyos-2.1.2/apps/PppRouter#
udo pppd debug passive noauth nodetach 115200 /dev/ttyUSB1 nocrtscts
ocdtrcts lcp-echo-interval 0 noccp noip ipv6 ::23,::24
sing channel 8
sing interface ppp0
onnect: ppp0 <--> /dev/ttyUSB1
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
cvd [LCP ConfReq id=0x7 <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfAck id=0x7 <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
cvd [LCP ConfReq id=0x8 <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfAck id=0x8 <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
cvd [LCP ConfReq id=0x9 <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfAck id=0x9 <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
cvd [LCP ConfReq id=0xa <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfAck id=0xa <mru 1280> <asyncmap 0x0> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
ent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x458e71d1> <pcomp> <accomp>]
CP: timeout sending Config-Requests
CTerminating on signal 2
onnection terminated.
any help will be appreciated
hanks in advance
- 
Regards*
Sheikh Jaaved Hassan*
------------- next part --------------
n HTML attachment was scrubbed...
RL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130221/6aad2765/attachment-0001.htm
 

-----------------------------
Message: 3
ate: Thu, 21 Feb 2013 01:20:20 -0500
rom: Roadstar Runner <redstripe...@gmail.com>
ubject: Re: [Tinyos-help] Iris using 64 bit address filtering
o: tinyos-help@millennium.berkeley.edu
essage-ID:
<can3ao+zn2pb5rpe7h1aorw2buvepw+0mm--f46_wteqtzeu...@mail.gmail.com>
ontent-Type: text/plain; charset="iso-8859-1"
The data i had posted seems to have lost its formatting, so i am re
osting the raw  data captured by the sniffer

1 CC 11 22 00 FF FF 00 00 00 00 00 00 F8 00 00 00 00 00 00 00 3F 08
B 03 00 F8 00 0F 10 00 AA 01 F8 00 00 00 00 00 00 00 00 00
------------- next part --------------
n HTML attachment was scrubbed...
RL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130221/cd57c1e9/attachment-0001.htm
 

-----------------------------
Message: 4
ate: Thu, 21 Feb 2013 09:10:36 +0000 (UTC)
rom: meriam <merioum...@yahoo.com>
ubject: Re: [Tinyos-help] [Tinyos-URGENT] Need help installing TinyOS
on Ubuntu       12.04 and load a program over Telosb
o: tinyos-help@millennium.berkeley.edu
essage-ID: <loom.20130221t100722-...@post.gmane.org>
ontent-Type: text/plain; charset=us-ascii
salam, hello,
i think this link will help you
ttp://docs.tinyos.net/tinywiki/index.php/Running_a_XubunTOS_Virtual_Machine_Image
in_VMware_Player
good luck and best regards
meriam

------------------------------
Message: 5
ate: Thu, 21 Feb 2013 01:24:38 -0800 (PST)
rom: meriam <merioum...@yahoo.com>
ubject: Re: [Tinyos-help] Why some wrong mote join the MViz example
network?
o: tinyos-help@millennium.berkeley.edu
essage-ID: <1361438678809-22679.p...@n7.nabble.com>
ontent-Type: text/plain; charset=us-ascii
hello, 
can you plz help me !! 
hen i exe mviz i dont get the window with the topology of the network
so what do you think?
thank you in advance
meriam

--
iew this message in context: 
http://tinyos-help.10906.n7.nabble.com/Why-some-wrong-mote-join-the-MViz-example-network-tp16951p22679.html
ent from the TinyOS - Help mailing list archive at Nabble.com.

-----------------------------
Message: 6
ate: Thu, 21 Feb 2013 01:54:30 -0800 (PST)
rom: meriam <merioum...@yahoo.com>
ubject: Re: [Tinyos-help] mviz
o: tinyos-help@millennium.berkeley.edu
essage-ID:
<1361439655.52702.yahoomail...@web122504.mail.ne1.yahoo.com>
ontent-Type: text/plain; charset="utf-8"
hello,?
 just want to ask you some questions cause i m really getting confused and cant 
igure this out.
 am working with AODV protocol, and i want to visualize the topology network 
nd msg transferring mechanism?
o?
) is there a tool that visualize my protocol working
) MViz is it just a visualazation of collection protocol?
) do you have any idea about jTossim
hank you in advance and i appreciate any help?
best regards?
eriam

_______________________________
From: Eric Decker [via TinyOS - Help] <ml-node+s10906n22629...@n7.nabble.com>
o: meriam <merioum...@yahoo.com> 
ent: Tuesday, February 19, 2013 9:33 AM
ubject: Re: mviz



n Mon, Feb 18, 2013 at 11:38 PM, Dang Thi Hai Ha <[hidden email]> wrote:
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
tinyos-main.googlecode.com/svn is DEPRECATED.
The current TinyOS 2 ?release (2.1.2) can be found 
at?https://github.com/tinyos/tinyos-release/
The development trunk is at?https://github.com/tinyos/tinyos-main

n archive can be found 
at?https://github.com/tinyos/tinyos-release/archive/release_tinyos_2_1_2.zip?or?https://github.com/tinyos/tinyos-release/archive/release_tinyos_2_1_2.tar.gz
MViz lives at apps/MViz but is over 3 years old and I don't think it is 
aintained any more.

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

I think that your command is to display some .gif image at local directory (or 
orking directory). And if mviz find no .gif image, it just stops (i.e. close 
he 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 
hose 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 
elow:
ttp://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


- 
ric B. Decker
enior (over 50 :-) Researcher

______________________________________________ 
inyos-help mailing list 
hidden email] 
ttps://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 
________________________________

f you reply to this email, your message will be added to the discussion below:
ttp://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22629.html 
o unsubscribe from mviz, click here.
AML

--
iew this message in context: 
http://tinyos-help.10906.n7.nabble.com/mviz-tp2048p22680.html
ent from the TinyOS - Help mailing list archive at Nabble.com.
------------- next part --------------
n HTML attachment was scrubbed...
RL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130221/300a355c/attachment.htm
 

-----------------------------
_______________________________________________
inyos-help mailing list
inyos-h...@millennium.berkeley.edu
ttps://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
End of Tinyos-help Digest, Vol 118, Issue 66
*******************************************

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to