Version 19 (modified by 16 years ago) ( diff ) | ,
---|
OverSim Usage
First steps with OverSim:
- change into directory
OverSim-20090320/simulations
- start OverSim by typing
../src/OverSim
- choose a simulation scenario (e.g. Chord)
- press the Fast button in OMNeT++'s main window
- ... watch & enjoy ...
- press the Stop button to pause simulation
- end OverSim by closing OMNeT++'s main window
(press Yes to invokefinish()
-method call in all OMNeT++ modules)
- If you want to simulate large networks like the predefined simulation scenario ChordLarge invoke OverSim without GUI:
../src/OverSim -uCmdenv -cChordLarge
Editing parameters:
- edit
simulations/omnetpp.ini
to change or define new simulation scenarios
(default parameters are stored insimulations/default.ini
, parameters are described on the NEDdoc-pages)
Note:
See TracWiki
for help on using the wiki.