[Tinyos-help] implementation of a new routing algorithm

2012-07-23 Thread mamta_b
hi friends, i have studied and tested multihoposcilloscope and testnetwork applications. now i want to implement my own routing algorithm but i am confused that from where to start, how to create different layers of nodes, how to store routing information tables in each node and broadcasting them.

Re: [Tinyos-help] 'make telosb' fails after tinyos2.1.1 installation from repository

2012-07-23 Thread Vinai Sundaram
Thanks for your response. I am not sure what I am supposed to. The following command at http://tinyprod.net/repos/debian/ removed tinyos-2.1.1 as well. "sudo dpkg -P `dpkg -l nesc '*tinyos*' | grep ^ii | awk '{ print $2 }' | xargs` " So, I reinstalled tinyos-2.1.1 as mentioned in tinyos.net webs

Re: [Tinyos-help] 'make telosb' fails after tinyos2.1.1 installation from repository

2012-07-23 Thread Eric Decker
Try using the repository at http://tinyprod.net/repos/debian/ And you want the *-legacy packages for released T2.1.1 source bits. If it still doesn't work send me the output of: ncc --version -target=telosb(note: the - in front of target is a single, version has -- (double)) On Mon, Jul

[Tinyos-help] 'make telosb' fails after tinyos2.1.1 installation from repository

2012-07-23 Thread Vinai Sundaram
I installed tinyos 2.1.1 on my laptop running a fresh installation of Ubuntu 10.04 LTS (Lucid). I followed the instructions at this website. http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Two-step_install_on_your_host_OS_with_Debian_packages While 'make micaz' succeeds for Bli

[Tinyos-help] [Tinyos-Help] Timers

2012-07-23 Thread SANTOSH KUMAR KAMALAMPET
Hello all, I am using telosb mote and in my application there are different wakeup times for the motes(aperiodic), but once they wake up the amount of time after which they should go to sleep is constant. So i used a one shot timer for this.But after is stop the oneshot timer, it is n