close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 17 and Version 18 of OverSimUsage


Ignore:
Timestamp:
Mar 17, 2009, 1:56:46 PM (15 years ago)
Author:
heep
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimUsage

    v17 v18  
    33== First steps with OverSim: ==
    44
    5  * change into directory {{{OverSim-20080919/Simulations}}}
     5 * change into directory {{{OverSim-20090317/simulations}}}
    66
    77 * start !OverSim by typing
    88{{{
    9 ../bin/OverSim
     9../src/OverSim
    1010}}}
    1111
    12  * choose a simulation run (e.g. run 1: Chord)
     12 * choose a simulation scenario (e.g. ''Chord'')
    1313
    1414 * press the ''Run'' button in [wiki:OMNeT++]'s main window
     
    2121 (press ''Yes'' to invoke {{{finish()}}}-method call in all [wiki:OMNeT++] modules)
    2222
    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:
    2424{{{
    25 ../bin/OverSim -UCmdenv -r6
     25../src/OverSim -uCmdenv -cChordLarge
    2626}}}
    2727
    28 == Viewing statistics and editing parameters: ==
     28== Editing parameters: ==
    2929
    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
    4432 [/chrome/site/Documentation/index.html NEDdoc-pages])