[Tinyos-help] Packet overhearing

2010-09-20 Thread mojtaba raznahan
Hi friends, Does any body know how to overhear packets which is not intended for a node in the network while simulating? I'm using nesC And TOSSIM. Your helps would be highly appreciated. -- Mojtaba Raznahan BS of Computer engineering TMU university www.raznahan.com

[Tinyos-help] Segmentation fault

2010-09-20 Thread wasif masood
Hi all, is there any esay way to figure out which line is giving this Segmentation fault? -- Wasif Masood ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] channel quality

2010-09-20 Thread Peng Du
Hello everyone. I have a rather general question: How the quality of a channel can be assessed (in the context of tinyos, probably RSSI)? Best regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Segmentation fault

2010-09-20 Thread Janos Sallai
Compile with -O0 and run the application within gdb. Janos On Mon, Sep 20, 2010 at 8:26 AM, wasif masood rwmas...@gmail.com wrote: Hi all, is there any esay way to figure out which line is giving this Segmentation fault? -- Wasif Masood ___

Re: [Tinyos-help] Segmentation fault

2010-09-20 Thread Thomas Schmid
What specifically is segfaulting? If it is during compilation, then you are most likely using 64-bit math with msp430-gcc 3.x. - Thomas On Mon, Sep 20, 2010 at 10:12 AM, Janos Sallai sal...@isis.vanderbilt.edu wrote: Compile with -O0 and run the application within gdb. Janos On Mon, Sep

Re: [Tinyos-help] Packet overhearing

2010-09-20 Thread mojtaba raznahan
I've got the solution, You need to use AMSnooperC component to overhear packets. Regards. On Mon, Sep 20, 2010 at 4:32 PM, mojtaba raznahan mojtaba.razna...@gmail.com wrote: Hi friends, Does any body know how to overhear packets which is not intended for a node in the network while

Re: [Tinyos-help] channel quality

2010-09-20 Thread J. Büsch
Hello. Do you want to assess the link between two nodes? To measure the quality of a link is not such an easy task. RSSI is certainly a good thing to start with, since it tells you the received signal strength. But its use is limited. So you cannot distinguish between signal strength of the

Re: [Tinyos-help] Fwd: UDPEcho in iris

2010-09-20 Thread Miklos Maroti
Hi Guys! Ok, I found the bug (after a discussion with Zsolt). In tos/platforms/iris/chips/rf230/RadioConfig.h we set SOFWAREACK_TIMEOUT to 800 (microseconds) if it is undefined. This value should be increased to at least 900 microseconds. In fact, I have increased it to 1000 just to be safe. The

[Tinyos-help] Queues in TOSThreads

2010-09-20 Thread sadun silva
Hi all, can i create a queue of any type in tosthreads in the same way as we create queues in non-threaded versions? or do we have to create a separate interface for doing that in tosthreads? thanks silva ___ Tinyos-help mailing list