分类: 系统运维
2009-12-24 13:54:26
IMPORTANT: The Mobility Framework is not actively maintained anymore. All the code got integrated in the project which should be used instead.
There is also a OMNeT++ 4.0 port of the Mobility Framework available on .
This framework is intended to support wireless and mobile
simulations within
.
The core framework implements the support for node mobility,
dynamic connection management and a wireless channel model.
Additionally the core framework provides basic modules
that can be derived in order to implement own modules. With
this concept a programmer can easily develop own protocol
implementations for the Mobility Framewoek (MF) without having
to deal with the necessary interface and interoperability
stuff.
The framework can be used for simulating:
We are currently developing a library of standard protocols for the MF (802.11, AODV, ...). Our goal is to have a rich library of such protocols to enable easy plug-and-play simulations of various kinds of widely used protocols.
The documentation for the Mobility Framework consists of the following parts:
OMNeT++ ( Objective Modular Network Testbed in
C++)是一个面向对象的模块化离散事件仿真工具。和NS-2一样,主要面向OSI模型,可以执行上千个节点的仿真。OMNeT++提供了图形化的网络编辑器和网络、数据流查看工具。仿真环境采用C++语言开发,并采用自定义的配置语言“NED”进行配置定义。OMNeT++的主要目标是提供可灵活配置仿真的组件体系。组件采用C++编程,并通过NED配置成更大的组件。OMNeT++在仿真802.11的MAC和Directed
Diffusion协议时,比NS-2要决一个数量级.