Hello,

I want to simulate the demo application in apps/Blink. I saw that some debug 
messages such as dbg and the led2Toggle are used...how can i see/display all 
these outputs?
event void Timer2.fired()
{ 
    dbg("BlinkC", "Timer 2 fired @ %s.\n", sim_time_string());
    call Leds.led2Toggle();
}

I called the command:
make micaz sim

it created a TOSSIM.py file. In the documentation it says i need to enter all 
the the following commands:
from TOSSIM import *
import sys

t = Tossim([])
r = t.radio()
....

Is there a simpler way to execute the Blink application using TOSSIM?

Bye Gerald
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to