omnetpp / omnetpp

OMNeT++ Discrete Event Simulator
https://omnetpp.org
598 stars 151 forks source link

Embed NED files in binary #29

Closed rhornig closed 5 years ago

rhornig commented 5 years ago

Reported by baumgart on 7 Dec 2008 13:32

Version: 4.0b8

omnetpp-3.3 supported statically compiled ned-files, which allowed to build a self-contained simulation binary. As omnetpp-4.0 has dropped support for statically compiled ned-files, this is not possible anymore!

Therefor it would be important to add a feature to embed ned-files in the simulation binary. This is especially useful for the distribution of a simulation in a grid network.

Mantis Bugtracker #29

rhornig commented 5 years ago

opp_nedtool cpp now supports translating NED files to C++ code that can be linked into the model allowing embedding all the NED files.