On Mon, Jul 14, 2008 at 4:22 AM, Varun Jain <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to run the TestTymo application. I have programmed two nodes > with nodeId 1 and 3. I have a Push button on my motes so I have modified the > application such that I send a packet from the 'Origin' only when an event > (in this case Pushbutton) is generated. On the 'target' end, I make an LED > toggle when the packet is received correctly and it works but I want to > check Multihop behavior of Tymo now. So I programmed another mote with > nodeID = 7. I kept the 'target node (3) ' out of range of the ORIGIN (1). > Now, I kept node-7 such that it is in range of other two motes. But there is > no multihop communication taking place whereas due to the Intercept > interface defined in "TestTymo" application, it should hop from 1 to 7(which > it should forward) and then to 3 but it is not. > > Has someone encountered with this problem?? >
Hello, Do you toggle a LED on the intermediate node to check that it receives/forwards something? Anyway, I just tried in TOSSIM to set a 4-node network like this one: 1 -- 3 | | 4 -- 2 and it worked fine. Unfortunately I don't have motes to compare with the real-world behaviour. Romain _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
