Re: [Tinyos-help] TOSSIM

2006-06-15 Thread Dasarath Weeratunge
Quoting Keyan Mahadevan [EMAIL PROTECTED]: Try using Tython or equivalent in TOSSIM 2.0. --dasarath Hello folks, I want to perform the following simulation: 1. Each node knows its location information (Random number % NUMBER_OF_NODES) 2. Then each node broadcasts this information along

[Tinyos-help] scripting in TOSSIM

2006-06-06 Thread Dasarath Weeratunge
I read on http://www.cs.berkeley.edu/~pal/research/tossim.html that there is an on going effort to incorporate scripting into TOSSIM. Where can I find more information about this work? thanks, --dasarath ___ Tinyos-help mailing list

Re: [Tinyos-help] About MOTES and TinyOS

2006-02-26 Thread Dasarath Weeratunge
Quoting Mohammad Merajul Islam Molla [EMAIL PROTECTED]: 3. Is there any simulator to run programs developed on top of TinyOS before installing it on actual motes? You can use TOSSIM. There is a paper on how it works and a tutorial on how to use it. 4. Is there any good

Re: [Tinyos-help] TOSSIM-packet Segmentation fault

2006-02-23 Thread Dasarath Weeratunge
Quoting Philip Levis [EMAIL PROTECTED]: I used TOSSIM packet and found out to my surprise that even after sendDone method is called, if I modify the contents of the packet (e.g. to reuse it) these changes are visible to the receiving node! May be I'm using an outdated implementation. dasarath

Re: [Tinyos-help] [help]How can i simulate network or nodes are capable of both sending and receiving nodes' data?

2006-02-13 Thread Dasarath Weeratunge
Quoting Vinayak Naik [EMAIL PROTECTED]: have a look at Surge demo application. I use RadioCRCPacket and TossimPacketM (for packet level simulation). --dasarath Its possible to send and receive messages in an application. It's possbile to simulate WSN including base station using TOSSIM. -

[Tinyos-help] TOSSIM

2006-02-06 Thread Dasarath Weeratunge
I'm using TinyOS 1.1.15 with nesC 1.2.4. When I use TOSSIM in the default (simple) radio model, I've noticed that sometimes when a node sends a packet using RadioCRCPacket the other nodes are not receiving it. The BareSendMsg.send returns SUCCESS and BareSendMsg.sendDone is also called with