没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > cmm-simulator |
cmm-simulator
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
A simulator for testing opportunistic network routing protocols using the Community Based Mobility Model.
The simulator was developed as part of a Bachelors Thesis at Chalmers University of Technology, Gothenburg, Sweden in 2009.
The simulator parses information from a trace file generated from CMM. The generator is available from http://www.cs.ucl.ac.uk/research/mobile/mobilitymodels/index.html below "Software Download".
Checkout the code, compile and run as: "java CMMSimulator ?" to see available flags and parameters.
Example run: "java CMMSimulator -x ..\socMov.xml -a epidemic -n 10 -v true"
Where socMov.xml is the trace file generated from CMM, the Epidemic Routing protocol is used with a messagebuffer of 10 messages and the visualisation of the simulation is on.
The simulation will then run and present statistics when the end of the trace file is reached.