Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6564657
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: 网络与安全

2016-01-12 21:59:28

OMNeT++  —  Objective Modular Network Testbed in C++

+++++++++++++++++++++++++++++

[root@localhost omnet]# ls
inet  inet-3.2.0-src.tgz  omnetpp-5.0b3  omnetpp-5.0b3-src-linux.tgz
[root@localhost omnet]#

----------------------install omnetpp

[root@localhost omnetpp-5.0b3]# pwd
/opt/tools/network_simulators/omnet/omnetpp-5.0b3

[root@localhost omnetpp-5.0b3]# . setenv
[root@localhost omnetpp-5.0b3]# ./configure
[root@localhost omnetpp-5.0b3]# make -j4
[root@localhost omnetpp-5.0b3]# omnetpp
[root@localhost omnetpp-5.0b3]#

----------------------install inet

[root@localhost inet]# pwd
/opt/tools/network_simulators/omnet/inet
[root@localhost inet]# make makefiles
[root@localhost inet]# make -j4

----------------------install inet to omnetpp

3. Open the OMNeT++ IDE and choose the workspace where you have extracted the inet directory.
   The extracted directory must be a subdirectory of the workspace dir.

4. Import the project using: File | Import | General | Existing projects into Workspace.
   Then select the workspace dir as the root directory, and be sure NOT to check the
   "Copy projects into workspace" box. Click Finish.


+++++++++++++++++++++++++++++






基于离散事件的OMNeT++,是一个免费的、开源的多协议,在网络仿真领域中占有十分重要的地位。OMNeT++英文全称是Objective Modular Network Testbed in C++,是近年来在科学和工业领域里逐渐流行的一种基于组件的模块化的开放的网络仿真平台。OMNeT++作为离散事件,具备强大完善的图形界面接口。
阅读(1410) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~