Compound Module BasicMobility

File: Mobility/BasicMobility.ned

This is not an actual mobility model, but a prototype for other mobility models.

Author: Andras Varga

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

PlainMobilityHost

A host for demonstrating mobility models only -- it contains no protocol layers at all.

MobileHost

Models a mobile host with a wireless (802.11b) card. This module is a WirelessHost less the PPP and Ethernet interfaces, plus mobility support (BasicMobility). It is intended mainly for mobile ad-hoc networks.

WirelessHost2

Models a host with zero, one or more wireless (802.11b) cards. This module is a variation of WirelessHost.

WirelessHost

Models a host with one wireless (802.11b) card. This module is basically a StandardHost with a Nic80211 added.

Unassigned submodule parameters:

Name Type Description

Source code:

module BasicMobility
endmodule