> Hi, I compiled application_1 and app_2, by "make pc". I want use Tossim to > simulate mote1 running app1 can communicate with mote2 running app2. But > if I start "build/pc/main.exe 2", the 2 motes always run the same > application in the simulation. And if I start "build/pc/main.exe 1" twice > in different folder, motes in different simulcation won't communicate. How > can I make two motes run different applications in the same simulation? Or > it is not posibble? Leo
Hi Leo, for AVR instruction-level simulation with different applications, there is an alternative you can try. AVRora is a set of tools for programs that run on the AVR series of microcontrollers produced by Atmel. Avrora contains a flexible framework for simulating, analyzing, and optimizing assembly programs, providing a clean Java API and infrastructure for experimentation, profiling, and analysis. You can find more information here: http://compilers.cs.ucla.edu/avrora/ Kevin _______________________________________________ Tinyos-users mailing list [email protected] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
