[Tinyos-help] tossim SIMULATION HELP.............................please help me out

2011-05-31 Thread vinod kumar
After compilation I used make micaz docs  which gave me some xml
documentation containing all graphs of main,blink etc.But can we get the
live simulation on the cygwin prompt itself when we enter the simulation
command.After compilation I am getting msg TOSSIM librabry successfully
built.But it shouldnt be final naa!Some graphical simulation should start
after it gets compiled.Is there any such?How come TOSSIM acts in same way as
motes if it just compiles and leave it
 Thanks,
Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] tossim SIMULATION HELP....please help me out

2011-05-31 Thread Vamsidhar Addanki
Vinod,

you can look at this link to learn more about how TOSSIM 2.x works. 
http://docs.tinyos.net/tinywiki/index.php/TOSSIM

for graphical simulation of the network, you can look at the application MViz 
in the apps folder.

vamsidhar 


- Original Message -
From: tinyos-help-requ...@millennium.berkeley.edu
To: tinyos-help@millennium.berkeley.edu
Sent: Tuesday, May 31, 2011 11:23:59 AM
Subject: Tinyos-help Digest, Vol 97, Issue 104

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
than Re: Contents of Tinyos-help digest...


Today's Topics:

   1. Re: how to send the data through blip (Eric Decker)
   2. tossim SIMULATION HELP.please
  help me out (vinod kumar)
   3. how many program can we exsecute on noe mote (fabrice fothe)
   4. Spam on TinyOS Wiki (Martin Zoller)
   5. retrieve data from a sensor telosb (Khouloud Masmoudi)
   6. Re: Help with Python and Tossim (Giuseppe Cardone)
   7. Re: retrieve data from a sensor telosb (Antonio Li??n C.)


--

Message: 1
Date: Tue, 31 May 2011 03:37:25 -0700
From: Eric Decker cire...@gmail.com
Subject: Re: [Tinyos-help] how to send the data through blip
To: Markus Becker m...@comnets.uni-bremen.de
Cc: Thomas P?tsch tpoet...@uni-bremen.de,
tinyos-help@millennium.berkeley.edu, Emily day eday3...@gmail.com
Message-ID: BANLkTi=tNGv30=xoeq_cyjg9bp10jno...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

On Tue, May 31, 2011 at 2:29 AM, Markus Becker 
m...@comnets.uni-bremen.dewrote:

  
   Yes. It's a REST-like application layer.
 
  What is REST?

 Representational State Transfer.
 http://en.wikipedia.org/wiki/Representational_State_Transfer

  How wedded is CoAP to blip?Can it sit on a lighter weight transport?

 It uses blip's UDP interface, i.e. sento, recvfrom, bind. Internally
 CoapBlip
 and libcoap also use IPv6 addresses. Other transports might work, YMMV.
 It fits rather nicely to blip though, as it is also part of the IETF stack:
 6LoWPAN, RPL, CoAP.


I understand it fits into the IETF stack.   That makes sense.

But ipv6/6lowpan maybe too expensive and am wondering how easy it would be
to port to a different transport.  Addressing objects should be done using
abstract objects like berkeley sockets.But if CoAP uses explicitly IPv6
addresses rather than addressing objects then it makes things a bit more
expensive.  It can still work because I can easily map 16 bit addresses into
large addresses but the overhead of ipv6 addresses is a bit expensive.

We'll see how things look.

Thanks,

eric



thanks,
   
eric
   
 BR,
 Markus
  
   
  
   | Dipl.-Ing. Markus Becker
   | Communication Networks
   | Mobile Research Center
   | TZI - Center for Computing Technologies
   | University Bremen
   | Germany
  
   
  
   | web: http://www.comnets.uni-bremen.de/~mab/
   | mailto: m...@comnets.uni-bremen.de
   | telephone: +49 421 218 62379
   | building: NW1 room: N2260
  
   
 
 | Dipl.-Ing. Markus Becker
 | Communication Networks
 | TZI - Center for Computing Technologies
 | University Bremen
 | Germany
 
 | web: http://www.comnets.uni-bremen.de/~mab/
 | mailto: m...@comnets.uni-bremen.de
 | telephone: +49 421 218 62379
 | building: NW1 room: N2260
 




-- 
Eric B. Decker
Senior (over 50 :-) Researcher
-- next part --
An HTML attachment was scrubbed...
URL: 
https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110531/2bd76f6f/attachment-0001.htm
 

--

Message: 2
Date: Tue, 31 May 2011 03:58:14 -0700
From: vinod kumar vk.86@gmail.com
Subject: [Tinyos-help] tossim SIMULATION
HELP.please help me out
To: tinyos-help@millennium.berkeley.edu
Message-ID: BANLkTim=L=R+Jh=e+hn20lejrab1yjt...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

After compilation I used make micaz docs  which gave me some xml
documentation containing all graphs of main,blink etc.But can we get the
live simulation on the cygwin prompt itself when we enter the simulation
command.After compilation I am getting msg TOSSIM librabry successfully
built.But it shouldnt be final naa!Some