On Dec 11, 2006, at 9:08 AM, A. Banani wrote:

Hi,

I am currently testing Tossim with TinyOs 2.x under Gentoo Linux as described in the tutorial no. 11. I have written a small program which uses the RadioCountToLeds object files and would like to analyze the states of the leds. I was now wondering if the debug messages are the only way to do that or are there any other ways of checking the motes leds (or other motes properties)?

One drawback of the C++ approach is that you can't (as easily) query variables. In the case of the Leds, your nesC code can always call Leds.get() and Leds.set(). From an output standpoint, the best way is to use a dbg() statement indicating their state.

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

Reply via email to