NetworkPathMobileShowcase

Package: inet.showcases.visualizer.canvas.networkpathactivity

NetworkPathMobileShowcase

network

(no description)

visualizer : IntegratedCanvasVisualizer

Integrates all canvas visualizers into a single module.

Source:
visualizer: IntegratedCanvasVisualizer {
    @display("p=100,50");
} configurator : Ipv4NetworkConfigurator

Assigns IPv4 addresses and sets up static routing for an IPv4 network.

Source:
configurator: Ipv4NetworkConfigurator {
    @display("p=100,150");
} radioMedium : Ieee80211ScalarRadioMedium

This radio medium model uses scalar transmission power in the analog representation.

Source:
radioMedium: Ieee80211ScalarRadioMedium {
    @display("p=100,250");
} source : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
source: AodvRouter {
    @display("p=229,46");
} destination : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
destination: AodvRouter {
    @display("p=488.832,512.952");
} aodvRouter1 : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
aodvRouter1: AodvRouter {
    @display("p=421.296,295.872");
} aodvRouter2 : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
aodvRouter2: AodvRouter {
    @display("p=273.36002,440.592");
} aodvRouter3 : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
aodvRouter3: AodvRouter {
    @display("p=305.52,188.136");
} aodvRouter4 : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
aodvRouter4: AodvRouter {
    @display("p=562.8,328.032");
} aodvRouter5 : AodvRouter

A mobile node with the Ad hoc On-Demand Distance Vector (AODV) routing protocol.

Source:
aodvRouter5: AodvRouter {
    @display("p=421.296,77.184");
}

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Properties

Name Value Description
isNetwork
display bgb=660,630

Unassigned submodule parameters

Name Type Default value Description
visualizer.sceneVisualizer.visualizationTargetModule string
visualizer.sceneVisualizer.visualizationSubjectModule string
visualizer.physicalEnvironmentVisualizer.visualizationTargetModule string
visualizer.physicalEnvironmentVisualizer.visualizationSubjectModule string
visualizer.networkNodeVisualizer.visualizationTargetModule string
visualizer.networkNodeVisualizer.visualizationSubjectModule string
visualizer.networkConnectionVisualizer.visualizationTargetModule string
visualizer.networkConnectionVisualizer.visualizationSubjectModule string
visualizer.mobilityVisualizer.visualizationTargetModule string
visualizer.mobilityVisualizer.visualizationSubjectModule string
visualizer.statisticVisualizer.visualizationTargetModule string
visualizer.statisticVisualizer.visualizationSubjectModule string
visualizer.infoVisualizer.visualizationTargetModule string
visualizer.infoVisualizer.visualizationSubjectModule string
visualizer.energyStorageVisualizer.visualizationTargetModule string
visualizer.energyStorageVisualizer.visualizationSubjectModule string
visualizer.mediumVisualizer.visualizationTargetModule string
visualizer.mediumVisualizer.visualizationSubjectModule string
visualizer.obstacleLossVisualizer.visualizationTargetModule string
visualizer.obstacleLossVisualizer.visualizationSubjectModule string
visualizer.packetDropVisualizer.visualizationTargetModule string
visualizer.packetDropVisualizer.visualizationSubjectModule string
visualizer.packetFlowVisualizer.visualizationTargetModule string
visualizer.packetFlowVisualizer.visualizationSubjectModule string
visualizer.queueVisualizer.visualizationTargetModule string
visualizer.queueVisualizer.visualizationSubjectModule string
visualizer.gateScheduleVisualizer.visualizationTargetModule string
visualizer.gateScheduleVisualizer.visualizationSubjectModule string
visualizer.radioVisualizer.visualizationTargetModule string
visualizer.radioVisualizer.visualizationSubjectModule string
visualizer.physicalLinkVisualizer.visualizationTargetModule string
visualizer.physicalLinkVisualizer.visualizationSubjectModule string
visualizer.interfaceTableVisualizer.visualizationTargetModule string
visualizer.interfaceTableVisualizer.visualizationSubjectModule string
visualizer.dataLinkVisualizer.visualizationTargetModule string
visualizer.dataLinkVisualizer.visualizationSubjectModule string
visualizer.linkBreakVisualizer.visualizationTargetModule string
visualizer.linkBreakVisualizer.visualizationSubjectModule string
visualizer.ieee80211Visualizer.visualizationTargetModule string
visualizer.ieee80211Visualizer.visualizationSubjectModule string
visualizer.networkRouteVisualizer.visualizationTargetModule string
visualizer.networkRouteVisualizer.visualizationSubjectModule string
visualizer.routingTableVisualizer.visualizationTargetModule string
visualizer.routingTableVisualizer.visualizationSubjectModule string
visualizer.transportRouteVisualizer.visualizationTargetModule string
visualizer.transportRouteVisualizer.visualizationSubjectModule string
visualizer.transportConnectionVisualizer.visualizationTargetModule string
visualizer.transportConnectionVisualizer.visualizationSubjectModule string
visualizer.failureProtectionConfigurationVisualizer.visualizationTargetModule string
visualizer.failureProtectionConfigurationVisualizer.visualizationSubjectModule string
visualizer.streamRedundancyConfigurationVisualizer.visualizationTargetModule string
visualizer.streamRedundancyConfigurationVisualizer.visualizationSubjectModule string
configurator.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

configurator.minLinkWeight double 1E-3
configurator.configureIsolatedNetworksSeparatly bool false
configurator.config xml xml("")

XML configuration parameters for IP address assignment and adding manual routes

configurator.assignAddresses bool true

Assign IP addresses to all interfaces in the network

configurator.assignUniqueAddresses bool true

Avoid using the same address and raise an error if not possible

configurator.assignDisjunctSubnetAddresses bool true

Avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces

configurator.addStaticRoutes bool true

Add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes)

configurator.addDefaultRoutes bool true

Add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true)

configurator.addSubnetRoutes bool true

Add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true)

configurator.addDirectRoutes bool true

Add direct routes towards local network members (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true)

configurator.optimizeRoutes bool true

Optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true)

configurator.updateRoutes bool false

Recalculate static routes if an interface goes down/up or a carrier is lost/back

configurator.dumpTopology bool false

Print extracted network topology to the module output

configurator.dumpLinks bool false

Print recognized network links to the module output

configurator.dumpAddresses bool false

Print assigned IP addresses for all interfaces to the module output

configurator.dumpRoutes bool false

Print configured and optimized routing tables for all nodes to the module output

configurator.dumpConfig string ""

Write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations)

radioMedium.neighborCache.refillPeriod double
source.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.status.initialStatus string "UP"

TODO @signal, @statistic

source.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.environment.initStage int 0

Initialization stage for the setup command

source.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

source.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

source.environment.setupCommand string ""

A host OS system command

source.environment.teardownCommand string ""

A host OS system command

source.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.pcapRecorder.verbose bool true

Whether to log packets on the module output

source.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

source.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

source.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

source.pcapRecorder.fileFormat string "pcapng"
source.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

source.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

source.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

source.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

source.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

source.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

source.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

source.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

source.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

source.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

source.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

source.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

source.cb.forwardServiceRegistration bool true
source.cb.forwardProtocolRegistration bool true
source.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

source.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

source.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

source.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

source.bl.forwardServiceRegistration bool true
source.bl.forwardProtocolRegistration bool true
source.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

source.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

source.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

source.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.li.interfaceTableModule string

Module path to the ~InterfaceTable module

source.li.forwardServiceRegistration bool true
source.li.forwardProtocolRegistration bool true
source.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

source.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

source.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

source.eth.bitrate double
source.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

source.nl.forwardServiceRegistration bool true
source.nl.forwardProtocolRegistration bool true
source.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

source.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

source.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

source.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

source.tn.forwardServiceRegistration bool true
source.tn.forwardProtocolRegistration bool true
source.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

source.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

source.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

source.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.at.interfaceTableModule string

Module path to the ~InterfaceTable module

source.at.forwardServiceRegistration bool true
source.at.forwardProtocolRegistration bool true
source.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

source.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

source.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

source.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

source.aodv.routingTableModule string "^.ipv4.routingTable"
source.aodv.interfaceTableModule string "^.interfaceTable"
source.aodv.networkProtocolModule string "^.ipv4.ip"
source.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

source.aodv.useHelloMessages bool false

See RFC 3561: 6.9

source.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

source.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

source.aodv.udpPort int 654
source.aodv.interface string "wlan0"

The interface to be used for the AODV routing

source.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

source.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

source.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

source.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

source.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

source.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

source.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

source.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

source.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

source.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

source.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

source.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

source.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

source.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

source.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

source.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

source.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

source.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

source.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

source.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

source.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

source.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

source.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

source.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

destination.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.status.initialStatus string "UP"

TODO @signal, @statistic

destination.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.environment.initStage int 0

Initialization stage for the setup command

destination.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

destination.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

destination.environment.setupCommand string ""

A host OS system command

destination.environment.teardownCommand string ""

A host OS system command

destination.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.pcapRecorder.verbose bool true

Whether to log packets on the module output

destination.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

destination.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

destination.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

destination.pcapRecorder.fileFormat string "pcapng"
destination.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

destination.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

destination.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

destination.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

destination.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

destination.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

destination.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

destination.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

destination.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

destination.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

destination.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

destination.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

destination.cb.forwardServiceRegistration bool true
destination.cb.forwardProtocolRegistration bool true
destination.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

destination.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

destination.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

destination.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

destination.bl.forwardServiceRegistration bool true
destination.bl.forwardProtocolRegistration bool true
destination.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

destination.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

destination.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

destination.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.li.interfaceTableModule string

Module path to the ~InterfaceTable module

destination.li.forwardServiceRegistration bool true
destination.li.forwardProtocolRegistration bool true
destination.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

destination.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

destination.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

destination.eth.bitrate double
destination.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

destination.nl.forwardServiceRegistration bool true
destination.nl.forwardProtocolRegistration bool true
destination.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

destination.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

destination.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

destination.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

destination.tn.forwardServiceRegistration bool true
destination.tn.forwardProtocolRegistration bool true
destination.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

destination.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

destination.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

destination.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.at.interfaceTableModule string

Module path to the ~InterfaceTable module

destination.at.forwardServiceRegistration bool true
destination.at.forwardProtocolRegistration bool true
destination.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

destination.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

destination.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

destination.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

destination.aodv.routingTableModule string "^.ipv4.routingTable"
destination.aodv.interfaceTableModule string "^.interfaceTable"
destination.aodv.networkProtocolModule string "^.ipv4.ip"
destination.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

destination.aodv.useHelloMessages bool false

See RFC 3561: 6.9

destination.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

destination.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

destination.aodv.udpPort int 654
destination.aodv.interface string "wlan0"

The interface to be used for the AODV routing

destination.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

destination.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

destination.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

destination.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

destination.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

destination.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

destination.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

destination.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

destination.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

destination.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

destination.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

destination.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

destination.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

destination.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

destination.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

destination.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

destination.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

destination.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

destination.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

destination.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

destination.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

destination.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

destination.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

destination.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

aodvRouter1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.status.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.environment.initStage int 0

Initialization stage for the setup command

aodvRouter1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

aodvRouter1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

aodvRouter1.environment.setupCommand string ""

A host OS system command

aodvRouter1.environment.teardownCommand string ""

A host OS system command

aodvRouter1.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.pcapRecorder.verbose bool true

Whether to log packets on the module output

aodvRouter1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

aodvRouter1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

aodvRouter1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

aodvRouter1.pcapRecorder.fileFormat string "pcapng"
aodvRouter1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

aodvRouter1.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

aodvRouter1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

aodvRouter1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

aodvRouter1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

aodvRouter1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

aodvRouter1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

aodvRouter1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

aodvRouter1.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

aodvRouter1.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

aodvRouter1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

aodvRouter1.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter1.cb.forwardServiceRegistration bool true
aodvRouter1.cb.forwardProtocolRegistration bool true
aodvRouter1.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter1.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter1.bl.forwardServiceRegistration bool true
aodvRouter1.bl.forwardProtocolRegistration bool true
aodvRouter1.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter1.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter1.li.forwardServiceRegistration bool true
aodvRouter1.li.forwardProtocolRegistration bool true
aodvRouter1.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter1.eth.bitrate double
aodvRouter1.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter1.nl.forwardServiceRegistration bool true
aodvRouter1.nl.forwardProtocolRegistration bool true
aodvRouter1.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter1.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter1.tn.forwardServiceRegistration bool true
aodvRouter1.tn.forwardProtocolRegistration bool true
aodvRouter1.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter1.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter1.at.forwardServiceRegistration bool true
aodvRouter1.at.forwardProtocolRegistration bool true
aodvRouter1.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter1.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter1.aodv.routingTableModule string "^.ipv4.routingTable"
aodvRouter1.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter1.aodv.networkProtocolModule string "^.ipv4.ip"
aodvRouter1.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

aodvRouter1.aodv.useHelloMessages bool false

See RFC 3561: 6.9

aodvRouter1.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

aodvRouter1.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

aodvRouter1.aodv.udpPort int 654
aodvRouter1.aodv.interface string "wlan0"

The interface to be used for the AODV routing

aodvRouter1.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

aodvRouter1.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

aodvRouter1.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

aodvRouter1.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

aodvRouter1.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

aodvRouter1.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

aodvRouter1.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

aodvRouter1.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

aodvRouter1.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

aodvRouter1.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

aodvRouter1.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

aodvRouter1.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

aodvRouter1.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

aodvRouter1.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

aodvRouter1.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

aodvRouter1.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

aodvRouter1.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

aodvRouter1.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

aodvRouter1.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

aodvRouter1.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

aodvRouter1.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

aodvRouter1.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

aodvRouter1.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

aodvRouter1.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

aodvRouter2.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.status.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter2.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.environment.initStage int 0

Initialization stage for the setup command

aodvRouter2.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

aodvRouter2.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

aodvRouter2.environment.setupCommand string ""

A host OS system command

aodvRouter2.environment.teardownCommand string ""

A host OS system command

aodvRouter2.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.pcapRecorder.verbose bool true

Whether to log packets on the module output

aodvRouter2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

aodvRouter2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

aodvRouter2.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

aodvRouter2.pcapRecorder.fileFormat string "pcapng"
aodvRouter2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

aodvRouter2.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

aodvRouter2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

aodvRouter2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

aodvRouter2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

aodvRouter2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

aodvRouter2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

aodvRouter2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

aodvRouter2.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

aodvRouter2.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

aodvRouter2.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

aodvRouter2.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter2.cb.forwardServiceRegistration bool true
aodvRouter2.cb.forwardProtocolRegistration bool true
aodvRouter2.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter2.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter2.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter2.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter2.bl.forwardServiceRegistration bool true
aodvRouter2.bl.forwardProtocolRegistration bool true
aodvRouter2.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter2.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter2.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter2.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter2.li.forwardServiceRegistration bool true
aodvRouter2.li.forwardProtocolRegistration bool true
aodvRouter2.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter2.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter2.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter2.eth.bitrate double
aodvRouter2.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter2.nl.forwardServiceRegistration bool true
aodvRouter2.nl.forwardProtocolRegistration bool true
aodvRouter2.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter2.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter2.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter2.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter2.tn.forwardServiceRegistration bool true
aodvRouter2.tn.forwardProtocolRegistration bool true
aodvRouter2.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter2.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter2.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter2.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter2.at.forwardServiceRegistration bool true
aodvRouter2.at.forwardProtocolRegistration bool true
aodvRouter2.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter2.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter2.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter2.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter2.aodv.routingTableModule string "^.ipv4.routingTable"
aodvRouter2.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter2.aodv.networkProtocolModule string "^.ipv4.ip"
aodvRouter2.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

aodvRouter2.aodv.useHelloMessages bool false

See RFC 3561: 6.9

aodvRouter2.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

aodvRouter2.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

aodvRouter2.aodv.udpPort int 654
aodvRouter2.aodv.interface string "wlan0"

The interface to be used for the AODV routing

aodvRouter2.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

aodvRouter2.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

aodvRouter2.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

aodvRouter2.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

aodvRouter2.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

aodvRouter2.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

aodvRouter2.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

aodvRouter2.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

aodvRouter2.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

aodvRouter2.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

aodvRouter2.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

aodvRouter2.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

aodvRouter2.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

aodvRouter2.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

aodvRouter2.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

aodvRouter2.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

aodvRouter2.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

aodvRouter2.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

aodvRouter2.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

aodvRouter2.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

aodvRouter2.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

aodvRouter2.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

aodvRouter2.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

aodvRouter2.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

aodvRouter3.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.status.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter3.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.environment.initStage int 0

Initialization stage for the setup command

aodvRouter3.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

aodvRouter3.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

aodvRouter3.environment.setupCommand string ""

A host OS system command

aodvRouter3.environment.teardownCommand string ""

A host OS system command

aodvRouter3.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.pcapRecorder.verbose bool true

Whether to log packets on the module output

aodvRouter3.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

aodvRouter3.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

aodvRouter3.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

aodvRouter3.pcapRecorder.fileFormat string "pcapng"
aodvRouter3.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

aodvRouter3.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

aodvRouter3.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

aodvRouter3.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

aodvRouter3.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

aodvRouter3.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

aodvRouter3.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

aodvRouter3.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

aodvRouter3.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

aodvRouter3.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

aodvRouter3.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

aodvRouter3.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter3.cb.forwardServiceRegistration bool true
aodvRouter3.cb.forwardProtocolRegistration bool true
aodvRouter3.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter3.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter3.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter3.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter3.bl.forwardServiceRegistration bool true
aodvRouter3.bl.forwardProtocolRegistration bool true
aodvRouter3.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter3.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter3.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter3.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.li.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter3.li.forwardServiceRegistration bool true
aodvRouter3.li.forwardProtocolRegistration bool true
aodvRouter3.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter3.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter3.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter3.eth.bitrate double
aodvRouter3.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter3.nl.forwardServiceRegistration bool true
aodvRouter3.nl.forwardProtocolRegistration bool true
aodvRouter3.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter3.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter3.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter3.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter3.tn.forwardServiceRegistration bool true
aodvRouter3.tn.forwardProtocolRegistration bool true
aodvRouter3.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter3.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter3.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter3.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.at.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter3.at.forwardServiceRegistration bool true
aodvRouter3.at.forwardProtocolRegistration bool true
aodvRouter3.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter3.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter3.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter3.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter3.aodv.routingTableModule string "^.ipv4.routingTable"
aodvRouter3.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter3.aodv.networkProtocolModule string "^.ipv4.ip"
aodvRouter3.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

aodvRouter3.aodv.useHelloMessages bool false

See RFC 3561: 6.9

aodvRouter3.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

aodvRouter3.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

aodvRouter3.aodv.udpPort int 654
aodvRouter3.aodv.interface string "wlan0"

The interface to be used for the AODV routing

aodvRouter3.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

aodvRouter3.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

aodvRouter3.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

aodvRouter3.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

aodvRouter3.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

aodvRouter3.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

aodvRouter3.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

aodvRouter3.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

aodvRouter3.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

aodvRouter3.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

aodvRouter3.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

aodvRouter3.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

aodvRouter3.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

aodvRouter3.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

aodvRouter3.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

aodvRouter3.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

aodvRouter3.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

aodvRouter3.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

aodvRouter3.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

aodvRouter3.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

aodvRouter3.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

aodvRouter3.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

aodvRouter3.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

aodvRouter3.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

aodvRouter4.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.status.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter4.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.environment.initStage int 0

Initialization stage for the setup command

aodvRouter4.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

aodvRouter4.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

aodvRouter4.environment.setupCommand string ""

A host OS system command

aodvRouter4.environment.teardownCommand string ""

A host OS system command

aodvRouter4.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.pcapRecorder.verbose bool true

Whether to log packets on the module output

aodvRouter4.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

aodvRouter4.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

aodvRouter4.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

aodvRouter4.pcapRecorder.fileFormat string "pcapng"
aodvRouter4.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

aodvRouter4.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

aodvRouter4.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

aodvRouter4.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

aodvRouter4.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

aodvRouter4.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

aodvRouter4.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

aodvRouter4.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

aodvRouter4.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

aodvRouter4.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

aodvRouter4.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

aodvRouter4.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter4.cb.forwardServiceRegistration bool true
aodvRouter4.cb.forwardProtocolRegistration bool true
aodvRouter4.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter4.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter4.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter4.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter4.bl.forwardServiceRegistration bool true
aodvRouter4.bl.forwardProtocolRegistration bool true
aodvRouter4.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter4.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter4.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter4.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.li.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter4.li.forwardServiceRegistration bool true
aodvRouter4.li.forwardProtocolRegistration bool true
aodvRouter4.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter4.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter4.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter4.eth.bitrate double
aodvRouter4.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter4.nl.forwardServiceRegistration bool true
aodvRouter4.nl.forwardProtocolRegistration bool true
aodvRouter4.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter4.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter4.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter4.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter4.tn.forwardServiceRegistration bool true
aodvRouter4.tn.forwardProtocolRegistration bool true
aodvRouter4.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter4.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter4.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter4.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.at.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter4.at.forwardServiceRegistration bool true
aodvRouter4.at.forwardProtocolRegistration bool true
aodvRouter4.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter4.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter4.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter4.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter4.aodv.routingTableModule string "^.ipv4.routingTable"
aodvRouter4.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter4.aodv.networkProtocolModule string "^.ipv4.ip"
aodvRouter4.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

aodvRouter4.aodv.useHelloMessages bool false

See RFC 3561: 6.9

aodvRouter4.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

aodvRouter4.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

aodvRouter4.aodv.udpPort int 654
aodvRouter4.aodv.interface string "wlan0"

The interface to be used for the AODV routing

aodvRouter4.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

aodvRouter4.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

aodvRouter4.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

aodvRouter4.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

aodvRouter4.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

aodvRouter4.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

aodvRouter4.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

aodvRouter4.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

aodvRouter4.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

aodvRouter4.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

aodvRouter4.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

aodvRouter4.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

aodvRouter4.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

aodvRouter4.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

aodvRouter4.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

aodvRouter4.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

aodvRouter4.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

aodvRouter4.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

aodvRouter4.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

aodvRouter4.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

aodvRouter4.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

aodvRouter4.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

aodvRouter4.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

aodvRouter4.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

aodvRouter5.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.status.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter5.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.environment.initStage int 0

Initialization stage for the setup command

aodvRouter5.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

aodvRouter5.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

aodvRouter5.environment.setupCommand string ""

A host OS system command

aodvRouter5.environment.teardownCommand string ""

A host OS system command

aodvRouter5.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.pcapRecorder.verbose bool true

Whether to log packets on the module output

aodvRouter5.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

aodvRouter5.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

aodvRouter5.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

aodvRouter5.pcapRecorder.fileFormat string "pcapng"
aodvRouter5.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

aodvRouter5.pcapRecorder.timePrecision int 6

Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format).

aodvRouter5.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

aodvRouter5.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

aodvRouter5.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

aodvRouter5.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

aodvRouter5.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

Space-separated list of protocol names as defined in the Protocol class

aodvRouter5.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

aodvRouter5.pcapRecorder.helpers string ""

Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

aodvRouter5.pcapRecorder.alwaysFlush bool false

Flush the pcapFile after each write to ensure that all packets are captured in case of a crash

aodvRouter5.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

aodvRouter5.cb.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter5.cb.forwardServiceRegistration bool true
aodvRouter5.cb.forwardProtocolRegistration bool true
aodvRouter5.cb.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter5.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter5.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter5.bl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter5.bl.forwardServiceRegistration bool true
aodvRouter5.bl.forwardProtocolRegistration bool true
aodvRouter5.bl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter5.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter5.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter5.li.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.li.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter5.li.forwardServiceRegistration bool true
aodvRouter5.li.forwardProtocolRegistration bool true
aodvRouter5.li.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter5.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter5.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter5.eth.bitrate double
aodvRouter5.nl.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter5.nl.forwardServiceRegistration bool true
aodvRouter5.nl.forwardProtocolRegistration bool true
aodvRouter5.nl.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter5.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter5.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter5.tn.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter5.tn.forwardServiceRegistration bool true
aodvRouter5.tn.forwardProtocolRegistration bool true
aodvRouter5.tn.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter5.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter5.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter5.at.displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.at.interfaceTableModule string

Module path to the ~InterfaceTable module

aodvRouter5.at.forwardServiceRegistration bool true
aodvRouter5.at.forwardProtocolRegistration bool true
aodvRouter5.at.interfaceMapping object {}

Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default

aodvRouter5.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

aodvRouter5.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

aodvRouter5.aodv.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

aodvRouter5.aodv.routingTableModule string "^.ipv4.routingTable"
aodvRouter5.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter5.aodv.networkProtocolModule string "^.ipv4.ip"
aodvRouter5.aodv.askGratuitousRREP bool false

See RFC 3561: 6.6.3

aodvRouter5.aodv.useHelloMessages bool false

See RFC 3561: 6.9

aodvRouter5.aodv.useLocalRepair bool false

See RFC 3561: 6.12 *not implemented yet*

aodvRouter5.aodv.destinationOnlyFlag bool false

See RFC 3561: 5.1

aodvRouter5.aodv.udpPort int 654
aodvRouter5.aodv.interface string "wlan0"

The interface to be used for the AODV routing

aodvRouter5.aodv.gatewayAddress string ""

The address of the external gateway (external traffic routed here by default)

aodvRouter5.aodv.maxPeriodicJitter double helloInterval / 4

It MUST NOT be negative; it MUST NOT be greater than MESSAGE_INTERVAL/2; it SHOULD NOT be greater than MESSAGE_INTERVAL/4.

aodvRouter5.aodv.periodicJitter double uniform(0s, maxPeriodicJitter)

Jitter for externally triggered message generation and message forwarding

aodvRouter5.aodv.maxJitter double 5ms

RFC 5148: need more revision: As well as the decision as to whether to use jitter being dependent on the medium access control and lower layers, the selection of the MAXJITTER parameter SHOULD be appropriate to those mechanisms.

aodvRouter5.aodv.jitter double uniform(0ms, maxJitter)

Jitter for broadcasts

aodvRouter5.aodv.helloInterval double 1s

Every helloInterval seconds a node broadcasts Hello messages (if it is necessary)

aodvRouter5.aodv.allowedHelloLoss int 2

AllowedHelloLoss * helloInterval is the lifetime value for Hello messages

aodvRouter5.aodv.activeRouteTimeout double 3s

The timeout value for cached routes. If Hello messages are used, then the ACTIVE_ROUTE_TIMEOUT parameter value MUST be more than the value (ALLOWED_HELLO_LOSS * HELLO_INTERVAL).

aodvRouter5.aodv.netDiameter int 35

The maximum possible number of hops between two nodes in the network

aodvRouter5.aodv.nodeTraversalTime double 0.04s

An estimation of the average one-hop traversal time

aodvRouter5.aodv.rerrRatelimit int 10

Maximum number of RERR messages that the AODV may originate in 1s.

aodvRouter5.aodv.rreqRetries int 2

Specifies the number of times AODV will repeat an expanded ring search for a destination

aodvRouter5.aodv.rreqRatelimit int 10

Maximum number of RREQ messages that the AODV may originate in 1s.

aodvRouter5.aodv.timeoutBuffer int 2

Plus time to wait for a delayed RREP (due to congestion) (to omit this buffer set it to 0)

aodvRouter5.aodv.ttlStart int 2

Specifies the TTL value when initiating a route request

aodvRouter5.aodv.ttlIncrement int 2

Specifies the value by which the TTL will be incremented each time a RREQ is retransmitted

aodvRouter5.aodv.ttlThreshold int 7

The maximum value of TTL over which NET_DIAMETER value will be used to broadcast any RREQ

aodvRouter5.aodv.localAddTTL int 2

It is used by the formula which calculates the initial TTL of the RREQ for a local repair

aodvRouter5.aodv.myRouteTimeout double 2 * activeRouteTimeout

The value of the lifetime field that a destination node places in RREPs

aodvRouter5.aodv.deletePeriod double 5 * max(activeRouteTimeout, helloInterval)

The time after which an expired route is deleted

aodvRouter5.aodv.blacklistTimeout double rreqRetries * netTraversalTime

The time after which a blacklisted node is removed from the blacklist

aodvRouter5.aodv.netTraversalTime double 2 * nodeTraversalTime * netDiameter

An estimation of the traversal time for the complete network

aodvRouter5.aodv.nextHopWait double nodeTraversalTime + 0.01s

Timeout for a RREP-ACK

aodvRouter5.aodv.pathDiscoveryTime double 2 * netTraversalTime

Buffer timeout for each broadcasted RREQ message

Source code

network NetworkPathMobileShowcase
{
    @display("bgb=660,630");
    submodules:
        visualizer: IntegratedCanvasVisualizer {
            @display("p=100,50");
        }
        configurator: Ipv4NetworkConfigurator {
            @display("p=100,150");
        }
        radioMedium: Ieee80211ScalarRadioMedium {
            @display("p=100,250");
        }
        source: AodvRouter {
            @display("p=229,46");
        }
        destination: AodvRouter {
            @display("p=488.832,512.952");
        }
        aodvRouter1: AodvRouter {
            @display("p=421.296,295.872");
        }
        aodvRouter2: AodvRouter {
            @display("p=273.36002,440.592");
        }
        aodvRouter3: AodvRouter {
            @display("p=305.52,188.136");
        }
        aodvRouter4: AodvRouter {
            @display("p=562.8,328.032");
        }
        aodvRouter5: AodvRouter {
            @display("p=421.296,77.184");
        }
}

File: showcases/visualizer/canvas/networkpathactivity/NetworkPathVisualizerShowcase.ned