TOSSIM is a discreet-event simulator. It will only run things as they need to be run (e.g. events) and normally in "the loop", it runs them as fast as they can be processed. You can tell Tossim to run an event at a specific time by using newPacket().deliver() to trigger an event and then overlay that with a state-machine based on time. SimX/Event is such a wrapper.
To run things "in real-world time", see sim-sf (or simx/tsync). HTH, Paul _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
