Package: inet.routing.dymo
IDYMO
module interfaceThis module interface is used by DYMO implementations.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
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. |
MultiDYMO | compound module |
This module provides DYMO routing for multiple network protocols simultaneously. |
Used in compound modules
Name | Type | Description |
---|---|---|
DYMORouter | compound module |
TODO |
Properties
Name | Value | Description |
---|---|---|
display | i=block/routing |
Source code
// // This module interface is used by DYMO implementations. // moduleinterface IDYMO { parameters: @display("i=block/routing"); gates: input ipIn; output ipOut; }File: src/inet/routing/dymo/DYMO.ned