close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Mar 23, 2009, 9:27:56 AM (16 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v44
|
v45
|
|
88 | 88 | * Use "make MODE=release" to compile INET and OverSim for optimized binaries without debug information. |
89 | 89 | |
| 90 | == Tips for migrating your own !OverSim simulation models to OMNeT++ 4.0 == |
90 | 91 | |
| 92 | * Read the [http://omnetpp.org/doc/omnetpp40/migration/migration.html official OMNeT++ 4.0 migration guide]! |
| 93 | * Try to use the OMNeT++ migration tools migratened, migrateini, migratemsg and migratecpp |
| 94 | * Pay special attention to the changed NED and INI syntax - !OverSim now uses NED inheritance (e.g. for BaseOverlay) |
| 95 | |