close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Mar 17, 2009, 1:56:46 PM (16 years ago)
- Author:
-
heep
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v17
|
v18
|
|
3 | 3 | == First steps with OverSim: == |
4 | 4 | |
5 | | * change into directory {{{OverSim-20080919/Simulations}}} |
| 5 | * change into directory {{{OverSim-20090317/simulations}}} |
6 | 6 | |
7 | 7 | * start !OverSim by typing |
8 | 8 | {{{ |
9 | | ../bin/OverSim |
| 9 | ../src/OverSim |
10 | 10 | }}} |
11 | 11 | |
12 | | * choose a simulation run (e.g. run 1: Chord) |
| 12 | * choose a simulation scenario (e.g. ''Chord'') |
13 | 13 | |
14 | 14 | * press the ''Run'' button in [wiki:OMNeT++]'s main window |
… |
… |
|
21 | 21 | (press ''Yes'' to invoke {{{finish()}}}-method call in all [wiki:OMNeT++] modules) |
22 | 22 | |
23 | | * If you want to simulate large networks like the predefined run 6 invoke !OverSim without GUI: |
| 23 | * If you want to simulate large networks like the predefined simulation scenario ''!ChordLarge'' invoke !OverSim without GUI: |
24 | 24 | {{{ |
25 | | ../bin/OverSim -UCmdenv -r6 |
| 25 | ../src/OverSim -uCmdenv -cChordLarge |
26 | 26 | }}} |
27 | 27 | |
28 | | == Viewing statistics and editing parameters: == |
| 28 | == Editing parameters: == |
29 | 29 | |
30 | | * run |
31 | | {{{ |
32 | | ../bin/overStat.pl omnetpp.sca |
33 | | }}} |
34 | | and |
35 | | {{{ |
36 | | ../bin/overStat.pl omnetpp.vec |
37 | | }}} |
38 | | to view statistics[[BR]] |
39 | | (this evaluates {{{omnetpp.sca}}} and {{{omnetpp.vec}}} in the {{{Simulations/}}} subfolder, |
40 | | so {{{Simulations/}}} has to be your working directory) |
41 | | |
42 | | * edit {{{Simulations/omnetpp.ini}}} to change or define new simulation runs[[BR]] |
43 | | (default parameters are stored in {{{Simulations/default.ini}}}, parameters are described on the |
| 30 | * edit {{{simulations/omnetpp.ini}}} to change or define new simulation scenarios[[BR]] |
| 31 | (default parameters are stored in {{{simulations/default.ini}}}, parameters are described on the |
44 | 32 | [/chrome/site/Documentation/index.html NEDdoc-pages]) |