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

Changes between Version 32 and Version 33 of OverSimUsage


Ignore:
Timestamp:
Sep 10, 2009, 12:57:30 PM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimUsage

    v32 v33  
    3535 (default parameters are stored in {{{simulations/default.ini}}}, parameters are described on the
    3636 [/chrome/site/doc/index.html OverSimAPI pages])
    37  * Make use of the OMNeT++ ini file syntax for easy parameter studies. This is an example for a study on Chord with different churn rates and 5 different seeds. Simply add this section to {{{simulations/omnetpp.ini}}}:
     37 * Make use of the OMNeT++ ini file syntax for easy parameter studies. This is an example for a study on Chord with different churn rates, two different stabilize intervals and 5 different seeds. Simply add this section to {{{simulations/omnetpp.ini}}}:
    3838{{{
    3939repeat = 5
     
    4545**.measurementTime = 500s
    4646**.transitionTime = 100s
     47**.overlay.chord.stabilizeDelay = ${stab=5, 60}s
    4748**.lifetimeMean = ${lifetime=1000, 2000, 10000}s
    4849}}}