Network NetworkPathMobileShowcase

Package: inet.showcases.visualizer.networkpathactivity
File: showcases/visualizer/networkpathactivity/NetworkPathVisualizerShowcase.ned

TODO documentation

IntegratedVisualizer IPv4NetworkConfigurator Ieee80211ScalarRadioMedium AODVRouter AODVRouter AODVRouter AODVRouter AODVRouter AODVRouter AODVRouter

Usage diagram:

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

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Properties:

Name Value Description
isNetwork
display bgb=660,630

Unassigned submodule parameters:

Name Type Default value Description
configurator.minLinkWeight double 1E-3
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.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.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.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.initialStatus string "UP"

TODO @signal, @statistic

source.routingTable.forwarding bool
source.routingTable.multicastForwarding bool
source.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

source.pcapRecorder.verbose bool false

whether to log packets on the module output

source.pcapRecorder.pcapFile string ""

the PCAP file to be written

source.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

source.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

source.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

source.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

source.pcapRecorder.alwaysFlush bool false

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

source.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

source.lo0.lo.mtu int 4470B
source.aodv.routingTableModule string "^.routingTable"
source.aodv.interfaceTableModule string "^.interfaceTable"
source.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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.initialStatus string "UP"

TODO @signal, @statistic

destination.routingTable.forwarding bool
destination.routingTable.multicastForwarding bool
destination.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

destination.pcapRecorder.verbose bool false

whether to log packets on the module output

destination.pcapRecorder.pcapFile string ""

the PCAP file to be written

destination.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

destination.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

destination.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

destination.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

destination.pcapRecorder.alwaysFlush bool false

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

destination.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

destination.lo0.lo.mtu int 4470B
destination.aodv.routingTableModule string "^.routingTable"
destination.aodv.interfaceTableModule string "^.interfaceTable"
destination.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter1.routingTable.forwarding bool
aodvRouter1.routingTable.multicastForwarding bool
aodvRouter1.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

aodvRouter1.pcapRecorder.verbose bool false

whether to log packets on the module output

aodvRouter1.pcapRecorder.pcapFile string ""

the PCAP file to be written

aodvRouter1.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

aodvRouter1.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

aodvRouter1.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

aodvRouter1.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

aodvRouter1.pcapRecorder.alwaysFlush bool false

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

aodvRouter1.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

aodvRouter1.lo0.lo.mtu int 4470B
aodvRouter1.aodv.routingTableModule string "^.routingTable"
aodvRouter1.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter1.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter2.routingTable.forwarding bool
aodvRouter2.routingTable.multicastForwarding bool
aodvRouter2.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

aodvRouter2.pcapRecorder.verbose bool false

whether to log packets on the module output

aodvRouter2.pcapRecorder.pcapFile string ""

the PCAP file to be written

aodvRouter2.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

aodvRouter2.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

aodvRouter2.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

aodvRouter2.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

aodvRouter2.pcapRecorder.alwaysFlush bool false

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

aodvRouter2.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

aodvRouter2.lo0.lo.mtu int 4470B
aodvRouter2.aodv.routingTableModule string "^.routingTable"
aodvRouter2.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter2.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter3.routingTable.forwarding bool
aodvRouter3.routingTable.multicastForwarding bool
aodvRouter3.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

aodvRouter3.pcapRecorder.verbose bool false

whether to log packets on the module output

aodvRouter3.pcapRecorder.pcapFile string ""

the PCAP file to be written

aodvRouter3.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

aodvRouter3.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

aodvRouter3.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

aodvRouter3.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

aodvRouter3.pcapRecorder.alwaysFlush bool false

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

aodvRouter3.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

aodvRouter3.lo0.lo.mtu int 4470B
aodvRouter3.aodv.routingTableModule string "^.routingTable"
aodvRouter3.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter3.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter4.routingTable.forwarding bool
aodvRouter4.routingTable.multicastForwarding bool
aodvRouter4.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

aodvRouter4.pcapRecorder.verbose bool false

whether to log packets on the module output

aodvRouter4.pcapRecorder.pcapFile string ""

the PCAP file to be written

aodvRouter4.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

aodvRouter4.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

aodvRouter4.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

aodvRouter4.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

aodvRouter4.pcapRecorder.alwaysFlush bool false

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

aodvRouter4.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

aodvRouter4.lo0.lo.mtu int 4470B
aodvRouter4.aodv.routingTableModule string "^.routingTable"
aodvRouter4.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter4.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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.initialStatus string "UP"

TODO @signal, @statistic

aodvRouter5.routingTable.forwarding bool
aodvRouter5.routingTable.multicastForwarding bool
aodvRouter5.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

aodvRouter5.pcapRecorder.verbose bool false

whether to log packets on the module output

aodvRouter5.pcapRecorder.pcapFile string ""

the PCAP file to be written

aodvRouter5.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

aodvRouter5.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

aodvRouter5.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

aodvRouter5.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

aodvRouter5.pcapRecorder.alwaysFlush bool false

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

aodvRouter5.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

aodvRouter5.lo0.lo.mtu int 4470B
aodvRouter5.aodv.routingTableModule string "^.routingTable"
aodvRouter5.aodv.interfaceTableModule string "^.interfaceTable"
aodvRouter5.aodv.networkProtocolModule string "^.networkLayer.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.udpPort int 654
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 revise: 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:

//
// TODO documentation
//
network NetworkPathMobileShowcase
{
    @display("bgb=660,630");
    submodules:
        visualizer: IntegratedVisualizer {
            @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");
        }
}