[Tinyos-help] Scheduler simulation with TOSSIM 2.x
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! -- S.Riva -- Italy ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Re: [Tinyos-help] an alternative simulation environment
http://nesct.sourceforge.net hi, nesct works with tinyos 2.x? Thanks for the answer S.Riva -- Italy ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Re: [Tinyos-help] Can use Deluge in TinyOS 2.0?
... and Tinyviz is supported by tinyos 2.0? Please someone answer us! I have installed TinyOS 2.0. In TinyOS 1.x, I used Deluge for multiple image download. But I couldn't find in TinyOS 2.0. Where is it? Does not it been supported yet? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
[Tinyos-help] tinyviz in tinyos 2.x?
I can't find TinyViz in the source code of tinyos 2.x... it's possible to import tinyviz from tinyos 1.x or it's simply not yet developed? (what can I use in this case?) Thanks for the answer, bye. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
[Tinyos-help] (tinyos 2.x) tossim and ubuntu!!!
Hi, i write this message only because, after days of stupid tries on every linux distribution my mind could think about it, i realize how make TOSSIM work correctly on Ubuntu (mmm, it is Mepis, but the .debs are the same). I hope this will be helpful for the (many) people with this problem: 1) download all the RPMS you can see on the instruction list of www.tinyos.net. 2) transform the RPM in DEB, using "alien" (apt-get install alien) 3) run tos-check-env (Graphviz it's not important, but if you have problem with Java... check other previous messages and resolve the problem). 4) INSTALL python-2.3 and PYTHON-2.3-dev !!! In ubuntu and Mepis unluckly that package isn't installed by default so... do it!! Now go in apps/Blink (for example) and than: # make micaz sim (only micaz works) *** Successfully built micaz TOSSIM library IT WORKS (whoa) See you! ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help