Hi!

On Tue, 23 Jun 2009, Andres Vahter wrote:

> 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.

I just committed a fix. In the Makefile the packet size was increased to 
avoid chopping the output of the printfs but this makes the whole app 
needing more RAM than the 4K the Atmeba128l has. I put a condition to just 
enable it for telosb.

To clarify: what deluge-lpl does and deluge-lpl-new doesn't is 
periodically printing the following:
- how much time the mote was on
- how much time the radio was on
- the number of wakeups
- the number of cca checks
- the number of sent packets
- the number of received packets

If you can give it a quick try it would be great. :-)

All the best!
Razvan ME

> 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