File: Applications/UDPApp/UDPApp.ned
Template for UDP applications.
This is not an actual module type. It only shows which gates an UDP app needs, to be able to be used in StandardHost etc.
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.
If a module type shows up more than once, that means it has been defined in more than one NED file.
StandardHost | |
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. |
StandardHost6 |
Name | Direction | Description |
---|---|---|
from_udp | input | |
to_udp | output |
simple UDPApp gates: in: from_udp; out: to_udp; endsimple