http://my.oschina.net/u/2269841/blog/423659
This paper mainly draws on this article to express our heartfelt thanks to the author http://blog.csdn.net/xiaobei4929/article/details/6925596
Installing the omnet++ on the WINDOWS8
Cautious first search the relevant articles on the Internet, fortunately all the way smoothly. Start installing software for your computer now.
First of all, search omnet++ use the default is the senior students, has mastered C, C + +, Java and other high-level languages.
First I installed the javajdk1.8. If it is installed, it can no longer be installed. Test Whether the JAVAC environment is successful.
Install WinPcap Self-installing is successful. In theory the direct installation is successful and there is an auto. The dialog box is checked by default, please do not cancel yourself.
Tip: If the previous computer did not install Winpcap_4_1_2, before the installation of omnet++, please install the clutch software, or the installed omnet will be problematic.
omnet++ + INET + Oversim installation steps are as follows:
platform:windows XP or Win7 or Win8
First, install omnet++ 4.0
1. Since omnet++ 4 is integrated into the eclipse-based IDE, it is necessary to install the Java JDK (Java Development Kit), the JDK version is recommended at more than 1.5, and the system variables are configured with the above mentioned Web page configuration.
2. Download omnet++ 4.0 Win32 (source + IDE + MinGW, Zip) under Windows system, and if unable to open, go down
3. Unzip the file, in the omnet-4.0 directory, run Mingwenv.cmd, open the terminal.
4. Follow the prompts to type the command:./configure ensure that no error occurs in the entire process output.
5. When the Configure is complete, type the command: Make, the process is very long and lasts about more than 10 minutes. As long as the middle does not eject the error report is no problem.
6. Enter OMNETPP to start running the IDE. There is a very beautiful picture. That is, the program opens the interface.
Attached: If the above link cannot be opened. Please click this is known as Baidu Cloud disk East inside is omnet++4.3, a big brother to provide in this thanked, helped the younger brother busy http://qd.baidupcs.com/file/ 968c0dfaf222171e640b473ab2bf18b5?bkt=p2-nj-780&fid=2135251428-250528-31603271039536&time=1433144721 &sign=fdtaxgerlbh-dcb740ccc5511e5e8fedcff06b081203-edmxbor3ppxf43fjcn9b7cexwl8%3d&to=qb&fm=qin,b,g ,ny&newver=1&newfm=1&flow_ver=3&pkey=0000505aff53ed9e8e808cd8cde5fc30ee9a&sl=80609356& expires=8h&rt=pr&r=881369787&mlogid=2384765958&vuk=2135251428&vbdid=3937780802&fin= Omnet4.3.rar&fn=omnet4.3.rar&slt=pm&uta=0
Second, installation inet
1. Download: inet-oversim-20090317.tgz, unzip to the omnet-4.0 directory.
2. Make sure the OMNETPP is properly installed, run the Mingwenv.cmd, open the terminal and enter Nedtool, and you should see the output.
3.cd to inet-oversim-20090317 directory, (that is, CD COMMAND + inet-oversim-20090317 directory name) eg: I unzip the omnet-4.0 directly to the E-packing directory and extract the inet-oversim-20090317.tgz directly into the omnet-4.0 directory, the command is: CD e:\ omnetpp-4.0\inet-oversim-20090317
Run make makefiles, and make. (Make the process is always very long, you have to wait patiently OH)
4. Test: To the examples folder, the Open command is: CD./examples run./rundemo can see the interface.
Attached: I do not know why you should import omnet++3.x SIM package when using omnet++4.x. 4.x upgrade a lot, some 3.x statements do not know, 3.x program on 4.x is not directly run. That needs to be converted.
I don't understand. I don't know, but I still do.
Third, installation Oversim
1. Download: oversim-20090908.tgz, unzip to the omnet-4.0 directory.
2. Under the OverSim-20090908 directory, run make (the same as above) to make (the make process is also very long).
If all goes well, you've set up an experimental platform for network emulation.
This is the completion of the platform to build, pay attention to test the instance program to determine whether the success. very similar to the Eclipse interface, but the whole use of it is not at all .
omnet++4.0 Installation and use