[Tinyos-help] Seeding the network

2009-07-27 Thread bharat naik
Hi, Could someone tell me what is the purpose of the piece of code at the start of selectRoute() in MultiHopLEPSM.nc i.e when it tries to seed the network. I tried writing an alternate selectRoute() without this part and the code still worked i.e as far as simulating goes. So, what exactly do

Re: [Tinyos-help] Seeding the network

2009-07-29 Thread Omprakash Gnawali
On Mon, Jul 27, 2009 at 5:45 AM, bharat naik wrote: > Hi, > > Could someone tell me what is the purpose of the piece of code at the > start of selectRoute() in MultiHopLEPSM.nc i.e when it tries to seed the > network. I tried writing an alternate selectRoute() without this part and > the code

Re: [Tinyos-help] Seeding the network

2009-08-03 Thread bharat naik
Hi, Thanks Om. So, basically, if I remove this, and say node 'x''s parent fails, other nodes won't come to know about this? i.e they'll still assume that node 'x''s subtree is connected to the network? Regards, Bharat. On 7/30/09, Omprakash Gnawali wrote: > On Mon, Jul 27, 2009 at 5:45