Download OMNeT++

Transcript
The NED Language: Quickstart
Putting it together:
I
When the simulation program is started, it loads the NED
files.
I
The program should already contain the C++ classes that
implement the needed simple modules (App, Routing and
Queue); their C++ code is either part of the executable or is
loaded from a shared library.
I
The simulation program also loads the configuration
(omnetpp.ini), and determines from it that the simulation
model to be run is the MyNetwork network. Then the network
is instantiated for simulation.
The simulation model is built in a top-down preorder fashion:
starting from an empty system module, all submodules are created,
their parameters and gate vector sizes are assigned, and they are
fully connected before the submodule internals are built.