close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Nov 4, 2010, 10:41:22 AM (14 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v15
|
v16
|
|
1 | | |
2 | | ''' For support of [https://i72projekte.tm.uka.de/trac/ReaSE/ ReaSE topologies] in !OverSim, you need a new ReaSE version, which will be released in a couple of days! ''' |
3 | | |
4 | | |
5 | 1 | == How to build !OverSim with ReaSE support == |
6 | 2 | |
7 | | 1. Download and compile ReaSE (in the following we assume you have installed OMNeT++ and !OverSim to ~/sim/): |
| 3 | 1. Download, extract and compile [https://i72projekte.tm.uka.de/trac/ReaSE/downloads/27 ReaSE-OMNeT4-1.22-src.tar.gz] (in the following we assume you have installed OMNeT++ and !OverSim to ~/sim/): |
8 | 4 | {{{ |
9 | 5 | cd ~/sim |
… |
… |
|
21 | 17 | 3. Edit {{{simulations/default.ini}}} in your !OverSim directory and modify the {{{ned-path}}} to contain the ReaSE directory. |
22 | 18 | |
23 | | 4. Download and install the ReaSE GUI: |
| 19 | 4. Download, extract and install the GUI [https://i72projekte.tm.uka.de/trac/ReaSE/downloads/26 ReaSEGUI-OMNeT4-1.22.tar.gz]: |
24 | 20 | {{{ |
25 | 21 | cd ~/sim |
26 | | tar xzvf /tmp/ReaSEGUI-OMNeT4-1.21.tar.gz |
| 22 | tar xzvf /tmp/ReaSEGUI-OMNeT4-1.22.tar.gz |
27 | 23 | cd ~/sim/ReaseGUI/TGM |
28 | 24 | make |