[Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Ellen Shlossberg
Hello All, I have been reading through the mailing list and relative papers on multi-hop routing in TinyOS and I am hoping someone can suggest a good and simple implementation. I am using tinyos-2.x with mica2 motes and the options for routing aren't always applicable to both 2.x and mica2. This

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Faisal Aslam
I will say use tinyOS implementation of Dymo routing (http://docs.tinyos.net/index.php/Tymo). They called it Tymo. Dymo is modified form of AODV. They remove the routes after sometimes if it is not used and there is some timeout for each route maintained. However, you could modify it to fulfill

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Ellen Shlossberg
Hi Faisal, Thanks for the suggestion. I had tried briefly to install Dymo before but found I was missing some key wirings, among other problems. Do you know if there is an available code example that works (along with .h, config and implementation files)? Also, right now all 20 motes can talk to

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Faisal Aslam
I have not used Tymo myself. I hope someone else in the list could help you. best regards, Faisal Aslam Ellen Shlossberg wrote: Hi Faisal, Thanks for the suggestion. I had tried briefly to install Dymo before but found I was missing some key wirings, among other problems. Do you know if

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Philip Levis
On Jul 29, 2009, at 7:10 AM, Ellen Shlossberg wrote: Hello All, I have been reading through the mailing list and relative papers on multi-hop routing in TinyOS and I am hoping someone can suggest a good and simple implementation. I am using tinyos-2.x with mica2 motes and the options

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Ellen Shlossberg
Thank you for all the advice. I am using the modified Collection protocol from the tutorial. I'm still not sure of how it gathers a tree from the program, but I used the Listen function and found that each packet received at the root will include the id of a mote it has found since being turned

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Omprakash Gnawali
On Wed, Jul 29, 2009 at 2:53 PM, Ellen Shlossbergeshl...@gmail.com wrote: Thank you for all the advice. I am using the modified Collection protocol from the tutorial. I'm still not sure of how it gathers a tree from the program, but I used the Listen function and found that each packet received