Simple Module RUNetworkConfigurator

Package: oversim.underlay.reaseunderlay
File: src/underlay/reaseunderlay/RUNetworkConfigurator.ned

C++ definition

This simple module is responsible for configuration of the simulated topology, i.e. assignment of IP addresses to all nodes of the topology. Furthermore, routing tables have to be filled and default routing paths must be created. Routing is separated into Intra-AS and Inter-AS routing.

RUNetworkConfigurator

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

Name Type Description
ReaSEUnderlayNetworkBase compound module

The InetUnderlay ned-file

See also: ReaSEUnderlayConfigurator

Properties:

Name Value Description
display i=block/network2

Source code:

//
// This simple module is responsible for configuration of the simulated
// topology, i.e. assignment of IP addresses to all nodes of the topology. 
// Furthermore, routing tables have to be filled and default routing 
// paths must be created.
// Routing is separated into Intra-AS and Inter-AS routing.
//
simple RUNetworkConfigurator
{
    parameters:
        @display("i=block/network2");
}