Hi, I have a TOSSIM simulation branch in my git repository. Perhaps that works for you as well. You may clone it using
git clone -b sim-scenario http://www.comnets.uni-bremen.de/~jd/git/tinyos-main.git As a start use the modificated UDPEcho. Compile it using "make micaz sim-rpl blip". Afterwards you can start the simulation using ./sim/Simulation.py. The results can be found in sim/output/... Some explanations: - It is no PppRouter available. The node with the id 1 is set up as the RPL root. This is done in UDPEchoP.nc. - sim/Simulation.py first runs a simulation and afterwards an evaluation -- The network for the simulation is set up in sim/config.py Beside the number of nodes, scenario, distance and so on also the listener for the debug output are defined here. -- In the simulation the debug output is logged. -- The output of the simulation is parsed by the evaluation script. You may create your own evaluation script. Hope that helps, Jens Am 28.03.2012 11:03, schrieb 姚煜单: > Dear , > > I want to evaluate the performance of the RPL . And I was asked > to finish this project by using TOSSIM. But It seems that BLIP +TOSSIM > is not supported. So I need some help ,I want to know what can I do now > ? in which way I can contiue my project? > All answers are welcomed .Thank you! > > Best Regards, > Yao Yudan(姚煜单) > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
