Simulation of Multihop Wireless Networks in OMNeT++

Simulation of Multihop Wireless Networks in OMNeT++

Alfonso Ariza, Alicia Triviño
DOI: 10.4018/978-1-4666-0191-8.ch007
OnDemand:
(Individual Chapters)
Available
$33.75
List Price: $37.50
10% Discount:-$3.75
TOTAL SAVINGS: $3.75

Abstract

In this chapter, the authors present a brief description of the OMNeT++ network simulator with the main emphasis on the InetManet framework. This framework is especially oriented to the simulation of MANET and wireless mesh networks. It offers all the basic models and tools necessary to begin the simulation of this type of network. Since the source code is offered, the researcher can modify and include their models and they can simulate their own protocols. The InetManet is specifically oriented to the simulation of MANET over IPv4 networks. The flexibility of the code and the oriented based model of OMNeT++ (and its frameworks) allow reusing the wireless model with other types of networks.
Chapter Preview
Top

The Omnet++ Simulation Tool

OMNeT++ (Varga, 2010a) provides a discrete-event simulation framework. Thus, the operation of a network is modeled as the chronological sequence of events. In this sense, only one type of event is considered in this simulator: the message event. For instance, a timer is implemented as a message that a module sends to itself when the timer expires. The use of just one type of message improves the simulator efficiency.

Concerning its architecture, OMNeT++ differentiates the libraries related to simulation (the core libraries) to the libraries containing the models. Models are coded in C++ so they can be easily extended. It is just necessary to know which model we should work with. Section 4 describes some of the most important models already included in OMNeT++.

A basic functionality in OMNeT++ is the use of the NED (Network Description) language (Varga, 2010a). This language possesses a syntax very similar to Java. Its main goal consists of joining several modules (which are coded in C++) so the functionality that they offer can be extended. In order to illustrate how NED works, here we present a simple example on the definition of a wireless network.

We can see in the code two areas: one concerning the specification of the parameters and another one related to the modules that are going to support the complex model. In particular, this scenario is composed of fixed hosts and mobile hosts. There is a channel in the medium and the configurator module is included in order to cope with the address configuration of the nodes. All these modules need to be configured. This is done in the configuration file omnetpp.ini.

The Integrated Development Environment allows the representation of the scenario defined in NED. For instance, the scenario specified in Figure 1 is shown in Figure 2 when the number of mobile hosts and the number of fixed hosts are set to 10 to 1 respectively.

Figure 1.

Example of the definition of a wireless network in NED language

978-1-4666-0191-8.ch007.f01
Figure 2.

Graphical representation of example of Figure 1

978-1-4666-0191-8.ch007.f02
Top

Extending Omnet ++ Functionality: Omnet ++ Frameworks

Models which may be applied in similar domains are grouped into frameworks in OMNeT++. The already implemented frameworks in conjunction with the core library enable the simulation of complex systems. The most important frameworks concerning the simulation of multihop wireless networks are:

Complete Chapter List

Search this Book:
Reset