Re: [Tinyos-help] TestTymo application

2008-07-22 Thread Andrey Gursky
Hi Romain! I've written new test program. It uses either ActiveMessage or DymoNetwork to transfer messages via radio. The used ifdefs are as small as possible to have a good (I think) compare. On this little program can be already seen a different behavior of two protocols. Only one thing

Re: [Tinyos-help] TestTymo application

2008-07-17 Thread Andrey Gursky
Hi Romain! Here are details: In Makefile I've commented: #CFLAGS += -DCC2420_NO_ACKNOWLEDGEMENTS Otherwise the things are much worse. The application is derived from BaseStation, changed so that the once sent message (received throw serial from PC) arrives the TARGET comes back TO SOURCE and i

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Varun Jain
Hi Romain, Yes, an LED is suppose to toggle in the application in the Intercept.forward event as follows event bool Intercept.forward(message_t * msg, void* payload, uint8_t len){ call Leds.led2Toggle(); return TRUE; } But the LED does not toggle on the intermediated node. Neithe

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Andrey Gursky
Hi Romain and Varun! I can confirm that (Test)Tymo works (at least) with 2 motes and 3 motes (multihop). But there are other surprises, I'll describe detailed later. Briefly there seems to be a problem with removing after timeout old routes. The bad thing: this occurs only on motes not in TOSS

Re: [Tinyos-help] TestTymo application

2008-07-15 Thread Romain Thouvenin
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 whe

[Tinyos-help] TestTymo application

2008-07-13 Thread Varun Jain
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 a

Re: [Tinyos-help] TestTymo application

2008-06-18 Thread Romain Thouvenin
On Wed, Jun 18, 2008 at 8:41 AM, Varun Jain <[EMAIL PROTECTED]> wrote: > Hi, > > 1) I am able to simulate TestTymo application in TOSSIM and the > "test.py" runs alright as ORIGIN(node 1) issues the "Route Request" and then > finds the route through an intermediate (node 2) and then the TARGET