Hi, I'm trying to simulate something with tossim and I'm wondering how long a runNextEvent() call should take. When I call runNextEvent() from within Python the processor usage shoots up to about 100% and nothing happens untill I kill the Python process. Since I thought this might be Python specific I tried the simulation, which is simply creating the node and running runNextEvent(), in C++ and had the same result. I expected my dbg messages from my nesc programm to pop up one after the other in short order but it seems that the node does not even boot up. Is this normal? Shouldn't runNextEvent() return rather quickly?
David. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
