Package: inet.routing.contract
IManetRouting
module interface(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Dsdv | simple module |
Implements Destination-Sequenced Distance Vector. |
Dymo | simple module |
This module provides Dynamic MANET On-demand (Dymo also known as AODVv2) Routing based on the IETF draft at http://tools.ietf.org/html/draft-ietf-manet-dymo-24. |
Gpsr | simple module |
This module provides Greedy Perimeter Stateless Routing for Wireless Networks. The implementation supports both GG and RNG planarization algorithms. |
Used in compound modules
Name | Type | Description |
---|---|---|
ManetRouter | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/app |
Source code
moduleinterface IManetRouting { parameters: @display("i=block/app"); gates: input ipIn; output ipOut; }File: src/inet/routing/contract/IManetRouting.ned