Re: [Tinyos-help] question about tymo

2011-08-24 Thread Daniel Minder
Hi, > Do you know how long I wait to get the getRoute response. Simple answer: Look at the TYMO code how the do it! In ForwardingEngineM AMSend.send the a timer is started with 100ms. Then, they wait again 100ms, then 200, 400, 800 using a muliplicate approach. After 1,6s in total they give up.

Re: [Tinyos-help] question about tymo

2011-08-23 Thread Omar Cheikhrouhou (yahoo)
riginal Message- From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Daniel Minder Sent: Tuesday, August 23, 2011 9:41 AM To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] question about tymo Hi Omar, it's quit

Re: [Tinyos-help] question about tymo

2011-08-23 Thread Daniel Minder
Hi Omar, it's quite a while that I played around with TYMO - and actually it never worked satisfyingly. So, I can only answer this question: > Moreover, the command getRoute returns SUCCESS only if the nodes are one > hop far from (directly connected), and it returns EBUSY if the nodes are > more

Re: [Tinyos-help] question about tymo

2011-08-22 Thread Omar Cheikhrouhou (yahoo)
Please any reply.. From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Omar Cheikhrouhou (yahoo) Sent: Sunday, August 14, 2011 2:54 PM To: 'Romain Thouvenin'; tinyos help Cc: Anis Koubaa (COINS) Subject: [Tinyos-help

[Tinyos-help] question about tymo

2011-08-14 Thread Omar Cheikhrouhou (yahoo)
Hello, I am simulating a multi-hop protocol and I use tymo for the multi-hop service. In my protocol I need to determine number of hop between two nodes, so I used the interface RoutingTable, with the command "getRoute". Is it the best solution? Moreover, the command getRoute returns SUCCESS onl