Re: [Tinyos-help] Multi-hop Application

2009-09-25 Thread Omprakash Gnawali
On Wed, Sep 23, 2009 at 8:13 PM, Rajat Khanda rkkha...@mail.uh.edu wrote: Hello I am trying to use multi-hop data transfer using tmotes. Tinyos-2.x has two applications 1. MultihopOscilloscope 2. MultihopOscilloscopeLqi Could you please let me know if either of those two applications show

[Tinyos-help] TOS_Msg Length field changed during serial communication , Cricket motes, TinyOS.1x

2009-09-25 Thread Prasad RS
Hello, I am trying to use Cricket motes for an application (using TinyOS 1.x). I have a Cricket mote which sends distance meaurements to a Base Station. In the base station , am seeing a very strange behavior. The length of the TOS_MSg-Length field which has the information related to payload

[Tinyos-help] TOS_Msg Length field changed during serial communication , Cricket motes, TinyOS.1x

2009-09-25 Thread Prasad RS
Hello, I am trying to use Cricket motes for an application (using TinyOS 1.x). I have a Cricket mote which sends distance meaurements to a Base Station. In the base station , am seeing a very strange behavior. The length of the TOS_MSg-Length field which has the information related to payload

[Tinyos-help] BROADCASTING OF DATA

2009-09-25 Thread Akashdeep
hi am broadcasting my data for both send and received data .. but its repeating many time the same payload with change in the sequence number ...can any one suggest how to stop it after single broadcast. please suggest thanks -- View this message in context:

[Tinyos-help] Simulating radio model

2009-09-25 Thread ada thomo
Hello, In the lesson of Tossim it explains the how to model the noise, but when I execute the code in Python for opening the noise trace: noise = open(meyer-heavy.txt, r) or noise = open('meyer-heavy.txt', 'r') it produce me this error: IOError: [Errno 2] No such file or directory:

[Tinyos-help] tos-bsl timeout

2009-09-25 Thread dmanjunath D
can I force tos-bsl to time-out. On a weak USB connection, sometimes it time-outs on its own. But most of the time I find it indefinitely hanging. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Simulating radio model

2009-09-25 Thread subaashini krishnamoorthy
Hi all The RSSI and LQI values of a received packet (micaz mote)is coming as zero. its not giving any other value. wat could be the problem?Can some one please help? thank u K.Subaashini ___ Tinyos-help mailing list

[Tinyos-help] segmentation problem

2009-09-25 Thread ada thomo
I am still trying to run python test.py as in lesson 11 but what I receive is: 1 2 -54.0 2 1 -55.0 1 3 -60.0 3 1 -60.0 2 3 -64.0 3 2 -64.0 1 2 -54.0 2 1 -55.0 1 3 -60.0 3 1 -60.0 2 3 -60.0 3 2 -64.0

Re: [Tinyos-help] Simulating radio model

2009-09-25 Thread Mohammed Billoo
Hi, Is the file in the directory that you are running python from ? If not, you need to give the right path. Regards, -- Mohammed Billoo Hello, In the lesson of Tossim it explains the how to model the noise, but when I execute the code in Python for opening the noise trace: noise =

Re: [Tinyos-help] Simulating radio model

2009-09-25 Thread Mohammed Billoo
Hi, Can you explain how you are measuring these values and what version of TinyOS you are using ? Thanks, -- Mohammed Billoo Hi all The RSSI and LQI values of a received packet (micaz mote)is coming as zero. its not giving any other value. wat could be the problem?Can some one please help?