close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Nov 3, 2010, 4:40:03 PM (14 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 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. As soon as this release is available, this page will be updated with install instructions. |
| 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. As soon as this release is available, this page will be updated with install instructions. |
| 3 | ''' |
| 4 | |
| 5 | 1. Download and compile ReaSE (in the following we assume you have installed OMNeT++ and !OverSim to ~/sim/): |
| 6 | {{{ |
| 7 | cd ~/sim |
| 8 | tar xzvf /tmp/ReaSE-OMNeT4-1.22-src.tar.gz |
| 9 | cd ReaSE |
| 10 | make OVERSIM=true |
| 11 | }}} |
| 12 | |
| 13 | 2. Recompile !OverSim with ReaSE support |
| 14 | {{{ |
| 15 | cd ~/sim/OverSim-20101103 |
| 16 | make REASE=true |
| 17 | }}} |
| 18 | |
| 19 | 3. Edit 'simulations/default.ini' in the OverSim directory and modify the 'ned-path' to contain the ReaSE directory. |
| 20 | |
| 21 | 4. Download and install the ReaSE GUI: |
| 22 | {{{ |
| 23 | cd ~/sim |
| 24 | tar xzvf /tmp/ReaSEGUI-OMNeT4-1.21.tar.gz |
| 25 | cd ~/sim/ReaseGUI/TGM |
| 26 | make |
| 27 | }}} |
| 28 | |
| 29 | 5. Start the Java based ReaSEGUI to create new topologies: |
| 30 | {{{ |
| 31 | cd ~/sim/ReaSEGUI/ReaSEGUI/dist |
| 32 | java -jar ReaSEGUI.jar |
| 33 | }}} |