close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Mar 22, 2009, 10:00:23 PM (16 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v19
|
v20
|
|
12 | 12 | * choose a simulation scenario (e.g. ''Chord'') |
13 | 13 | |
14 | | * press the ''Fast'' button in [wiki:OMNeT++]'s main window |
| 14 | * Select ''Options->Simulation Options->Animation'' and disable ''Animate method calls'' to speedup simulations |
| 15 | |
| 16 | * press the ''Run'' button in [wiki:OMNeT++]'s main window |
15 | 17 | |
16 | 18 | * ... watch & enjoy ... |
… |
… |
|
31 | 33 | (default parameters are stored in {{{simulations/default.ini}}}, parameters are described on the |
32 | 34 | [/chrome/site/doc/index.html NEDdoc-pages]) |
| 35 | |
| 36 | == Tips for using the Eclipse IDE == |
| 37 | |
| 38 | * To start simulations from Eclipse, select ''OverSim' in the project explorer, click on ''Run simulations'' and select simulations/omnetpp.ini |
| 39 | |
| 40 | * To view simulation results, use the project explorer and double click on a .sca file in the simulations/results directory |
| 41 | |
| 42 | * Set the !OverSim coding style in ''Preferences'' by importing the style from ''doc/EclipseOverSimCodeStyle.xml'' |