On Dec 18, 2006, at 8:21 AM, sam ribas wrote:

Hello everybody.

I've added some modules to TinyOS 2.0 in order to replace the
scheduler, following the instruction written in TEP 106.

It seems to work (priority scheduling, with 3 queue), but I want to
simulate different tasks and see the results... but I have problems
with TOSSIM.

I try to learn from the tossim tutorial, but I haven't read nothing
about task simulation or something like that.
Do you have any clue or do you know any tutorial/article/example/book
about TOSSIM 2.0 and the python scripting side?

Thanks for answer, bye!

Take a look at lib/tossim/SimSchedulerP.nc.

TOSSIM simulates tasks as discrete events that occur in the future (in order to roughly simulate some notion of execution time). My guess is that making a TOSSIM version of your scheduler should be pretty simple.

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

Reply via email to