Re: [Tinyos-help] S4 implementation

2010-10-19 Thread Tahir Azim
If you look at getNextHops in S4StateM.nc, S4 gets the next hop information from two main data structures: ClusterTable and rootBeacons. If the destination lies in the cluster of the currently forwarding node, the currently forwarding node will have the forwarding information in ClusterTable.

[Tinyos-help] getSerialPacket and setSerialPacket in net.tinyos.message.Message

2008-10-01 Thread Tahir Azim
Hi, Just wanted to point out that there may be a slight bug in the net.tinyos.message.Message class in tinyos-2.x/support/sdk/java. The methods getSerialPacket and setSerialPacket modify a SerialPacket object. But that object is not used anywhere else, nor is its class checked in to CVS. This

[Tinyos-help] tmote mini with PDA

2008-08-12 Thread Tahir Azim
Hi, I was about to start a project where I need the following functionality: i) A PDA with a TFT screen connected to a mote so that when the mote receives a packet from the surrounding sensor network, software running on the PDA also receives a copy. ii) The mote should also be able to act as an

Re: [Tinyos-help] micaZ radio not working with mts300 light sensor

2008-07-08 Thread Tahir Azim
I mean that the radio is unable to transmit any packets while the PhotoC component is wired into the configuration. When I unwire the PhotoC component, the radio starts working perfectly. Tahir. On 7/8/08, Philip Levis [EMAIL PROTECTED] wrote: On Jul 7, 2008, at 12:45 PM, Tahir Azim wrote

Re: [Tinyos-help] micaZ radio not working with mts300 light sensor

2008-07-08 Thread Tahir Azim
. But if somebody still finds out a solution to my previous problem, I will be glad to know. Thanks Tahir. On Tue, Jul 8, 2008 at 1:45 PM, Tahir Azim [EMAIL PROTECTED] wrote: I mean that the radio is unable to transmit any packets while the PhotoC component is wired into the configuration. When I

[Tinyos-help] micaZ radio not working with mts300 light sensor

2008-07-07 Thread Tahir Azim
Hi, I am trying to get the light sensor of an MTS300 sensorboard (I think its CB as it has the green wire at the back) to work with a micaZ mote. I started from the tinyos 2.0.0 release code, but couldnt get it to work. So I copied over the tos/sensorboards/mts300/* files from the tinyos 2.0.2

[Tinyos-help] QueueControl in Tinyos-2.x

2006-10-03 Thread Tahir Azim
Hi,I was trying to port the Beacon Vector Routing (BVR) code written for Tinyos 1.x to Tinyos 2.x. I was having trouble understanding how the QueueControl interface and its QueueSendM implementation from TinyOS 1.x can be ported to TinyOS 2.x, since I can't find any equivalent component or

[Tinyos-help] Problem with Beacon vector routing code

2006-05-27 Thread Tahir Azim
Hi , I am having trouble running the TestBVRSimple code with Tossimusing TinyOS 1.1in Cygwin. I renamed internal_interrupt.regular.c to internal_interrupt.c. Then I did'make pc' in /tinyos- 1.x/contrib/bvr/apps/TestBVRSimple and then 'build/pc/main.exe number of nodes', but it does not seem to

[Tinyos-help] RadioCountToLeds doesnt receive packets

2006-04-08 Thread Tahir Azim
Hi, I am a novice to TinyOS and was just trying out the sample apps provided with the tinyos code. Can somebody tell me how I can get RadioCountToLeds to receive packets? I'm using the code from the tinyos-2.x module (tinyos-2_0_devel-BRANCH branch) in CVS. My topology and driver.py is given