Re: [Tinyos-help] Re: tossim in dev branch working?

2006-04-16 Thread Philip Levis
On Fri, 2006-04-14 at 19:24, Omprakash Gnawali wrote: I did not receive a response to the following email so if someone could send me a tarball of tos/lib/tossim that works, I can try to find out if it is tossim or something else that is causing the problem of not seeing debug outputs. Om, A

Re: [Tinyos-help] Re: tossim in dev branch working?

2006-04-16 Thread Omprakash Gnawali
Om, A student at Stanford encountered the same problem; it only happens with dbg() statements when running in the Python interpreter, right? Yes. I looked into it and found the cause, a bug in TOSSIM. I've checked in a fix. I don't know what the status of anonymous CVS is (how often

[Tinyos-help] Re: tossim in dev branch working?

2006-04-14 Thread Omprakash Gnawali
I did not receive a response to the following email so if someone could send me a tarball of tos/lib/tossim that works, I can try to find out if it is tossim or something else that is causing the problem of not seeing debug outputs. --- Your channel is BlinkC, not Boot.

[Tinyos-help] Re: tossim in dev branch working?

2006-04-13 Thread Philip Levis
Please send questions to tinyos-help; that way, they're archived for people to read in the future. Answer follows. On Apr 13, 2006, at 1:44 AM, Omprakash Gnawali wrote: Hi Phil, Do you know if TOSSIM in dev branch is working? In apps/Blink/BlinkC.nc: event void Boot.booted() {

[Tinyos-help] Re: tossim in dev branch working?

2006-04-13 Thread Omprakash Gnawali
Your channel is BlinkC, not Boot. Also, the Booted event is not assured to be signaled in the first event. The boot event represents the OS, not the node, booting. There might be a bunch of hardware events/tasks (which are TOSSIM events) before the Boot.booted() event is signaled.