default-lpl-new branch seems to work fine now, but I have the same problem with default-lpl branch --> event void RadioControl.startDone(error_t err) is never called.

Maybe someone else gives it a try on micaz.

You can install it using git:
The name of the branch is "default-lpl". Getting it by cloning the
whole repository can be done using the following commands:
        git clone git://hinrg.cs.jhu.edu/git/razvanm/tinyos-2.x.git
        cd tinyos-2.x
        git checkout -b default-lpl origin/default-lpl
Or for default-lpl-new branch use ---> git checkout -b default-lpl- new origin/default-lpl-new

In an already existing git tree the default-lpl can be imported using
these commands:
git fetch git://hinrg.cs.jhu.edu/git/razvanm/tinyos-2.x.git default- lpl:refs/remotes/razvanm/default-lpl
        git checkout -b default-lpl razvanm/default-lpl

By the way what is average current consumtion using default-lpl-new branch? With default settings on micaz I get 3.6 mA (TestNetworkLpl). It seems MCU is not sleeping, but I try it later with different sleep times.


Andres Vahter


On 23.06.2009, at 2:55, Razvan Musaloiu-E. wrote:

I did a quick test of the deluge-lpl and I was able to observe packets being send by both clients and roots. One thing that might cause confusion was the fact that the radio channel was set in the Makefile to 12. I just committed one that doesn't.

If this doesn't work please let me know. I will be able to do more testing later tomorrow. :-)

--
Razvan ME

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to