Package: inet.showcases.routing.manet
ManetprotocolsShowcaseB
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgb=400,400 |
Statistics
| Name | Title | Source | Record | Unit | Interpolation Mode | Description |
|---|---|---|---|---|---|---|
| numRcvdPk | count(source.app[0].pingRxSeq) | figure | ||||
| numLost | count(source.app[0].numLost) | figure |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| 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 |
| node1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| node1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| node1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| node1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| node1.environment.setupCommand | string | "" |
A host OS system command |
| node1.environment.teardownCommand | string | "" |
A host OS system command |
| node1.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 |
| node1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| node1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| node1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| node1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| node1.pcapRecorder.fileFormat | string | "pcapng" | |
| node1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| node1.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). |
| node1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| node1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| node1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| node1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| node1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| node1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| node1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| node1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| node1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| node1.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 |
| node1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node1.cb.forwardServiceRegistration | bool | true | |
| node1.cb.forwardProtocolRegistration | bool | true | |
| node1.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 |
| node1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node1.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 |
| node1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node1.bl.forwardServiceRegistration | bool | true | |
| node1.bl.forwardProtocolRegistration | bool | true | |
| node1.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 |
| node1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node1.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 |
| node1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node1.li.forwardServiceRegistration | bool | true | |
| node1.li.forwardProtocolRegistration | bool | true | |
| node1.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 |
| node1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node1.eth.bitrate | double | ||
| node1.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 |
| node1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node1.nl.forwardServiceRegistration | bool | true | |
| node1.nl.forwardProtocolRegistration | bool | true | |
| node1.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 |
| node1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node1.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 |
| node1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node1.tn.forwardServiceRegistration | bool | true | |
| node1.tn.forwardProtocolRegistration | bool | true | |
| node1.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 |
| node1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node1.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 |
| node1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node1.at.forwardServiceRegistration | bool | true | |
| node1.at.forwardProtocolRegistration | bool | true | |
| node1.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 |
| node1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| node2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| node2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| node2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| node2.environment.setupCommand | string | "" |
A host OS system command |
| node2.environment.teardownCommand | string | "" |
A host OS system command |
| node2.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 |
| node2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| node2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| node2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| node2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| node2.pcapRecorder.fileFormat | string | "pcapng" | |
| node2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| node2.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). |
| node2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| node2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| node2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| node2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| node2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| node2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| node2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| node2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| node2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| node2.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 |
| node2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node2.cb.forwardServiceRegistration | bool | true | |
| node2.cb.forwardProtocolRegistration | bool | true | |
| node2.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 |
| node2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node2.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 |
| node2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node2.bl.forwardServiceRegistration | bool | true | |
| node2.bl.forwardProtocolRegistration | bool | true | |
| node2.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 |
| node2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node2.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 |
| node2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node2.li.forwardServiceRegistration | bool | true | |
| node2.li.forwardProtocolRegistration | bool | true | |
| node2.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 |
| node2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node2.eth.bitrate | double | ||
| node2.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 |
| node2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node2.nl.forwardServiceRegistration | bool | true | |
| node2.nl.forwardProtocolRegistration | bool | true | |
| node2.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 |
| node2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node2.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 |
| node2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node2.tn.forwardServiceRegistration | bool | true | |
| node2.tn.forwardProtocolRegistration | bool | true | |
| node2.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 |
| node2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node2.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 |
| node2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node2.at.forwardServiceRegistration | bool | true | |
| node2.at.forwardProtocolRegistration | bool | true | |
| node2.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 |
| node2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| node3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| node3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| node3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| node3.environment.setupCommand | string | "" |
A host OS system command |
| node3.environment.teardownCommand | string | "" |
A host OS system command |
| node3.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 |
| node3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| node3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| node3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| node3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| node3.pcapRecorder.fileFormat | string | "pcapng" | |
| node3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| node3.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). |
| node3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| node3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| node3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| node3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| node3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| node3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| node3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| node3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| node3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| node3.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 |
| node3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node3.cb.forwardServiceRegistration | bool | true | |
| node3.cb.forwardProtocolRegistration | bool | true | |
| node3.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 |
| node3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node3.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 |
| node3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node3.bl.forwardServiceRegistration | bool | true | |
| node3.bl.forwardProtocolRegistration | bool | true | |
| node3.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 |
| node3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node3.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 |
| node3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node3.li.forwardServiceRegistration | bool | true | |
| node3.li.forwardProtocolRegistration | bool | true | |
| node3.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 |
| node3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node3.eth.bitrate | double | ||
| node3.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 |
| node3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node3.nl.forwardServiceRegistration | bool | true | |
| node3.nl.forwardProtocolRegistration | bool | true | |
| node3.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 |
| node3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node3.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 |
| node3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node3.tn.forwardServiceRegistration | bool | true | |
| node3.tn.forwardProtocolRegistration | bool | true | |
| node3.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 |
| node3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node3.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 |
| node3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node3.at.forwardServiceRegistration | bool | true | |
| node3.at.forwardProtocolRegistration | bool | true | |
| node3.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 |
| node3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| node4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| node4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| node4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| node4.environment.setupCommand | string | "" |
A host OS system command |
| node4.environment.teardownCommand | string | "" |
A host OS system command |
| node4.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 |
| node4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| node4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| node4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| node4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| node4.pcapRecorder.fileFormat | string | "pcapng" | |
| node4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| node4.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). |
| node4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| node4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| node4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| node4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| node4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| node4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| node4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| node4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| node4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| node4.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 |
| node4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node4.cb.forwardServiceRegistration | bool | true | |
| node4.cb.forwardProtocolRegistration | bool | true | |
| node4.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 |
| node4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node4.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 |
| node4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node4.bl.forwardServiceRegistration | bool | true | |
| node4.bl.forwardProtocolRegistration | bool | true | |
| node4.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 |
| node4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node4.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 |
| node4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node4.li.forwardServiceRegistration | bool | true | |
| node4.li.forwardProtocolRegistration | bool | true | |
| node4.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 |
| node4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node4.eth.bitrate | double | ||
| node4.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 |
| node4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node4.nl.forwardServiceRegistration | bool | true | |
| node4.nl.forwardProtocolRegistration | bool | true | |
| node4.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 |
| node4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node4.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 |
| node4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node4.tn.forwardServiceRegistration | bool | true | |
| node4.tn.forwardProtocolRegistration | bool | true | |
| node4.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 |
| node4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node4.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 |
| node4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node4.at.forwardServiceRegistration | bool | true | |
| node4.at.forwardProtocolRegistration | bool | true | |
| node4.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 |
| node4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node6.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node6.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| node6.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node6.environment.initStage | int | 0 |
Initialization stage for the setup command |
| node6.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| node6.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| node6.environment.setupCommand | string | "" |
A host OS system command |
| node6.environment.teardownCommand | string | "" |
A host OS system command |
| node6.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 |
| node6.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| node6.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| node6.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| node6.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| node6.pcapRecorder.fileFormat | string | "pcapng" | |
| node6.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| node6.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). |
| node6.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| node6.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| node6.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| node6.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| node6.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| node6.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| node6.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| node6.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| node6.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node6.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| node6.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 |
| node6.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node6.cb.forwardServiceRegistration | bool | true | |
| node6.cb.forwardProtocolRegistration | bool | true | |
| node6.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 |
| node6.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node6.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node6.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 |
| node6.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node6.bl.forwardServiceRegistration | bool | true | |
| node6.bl.forwardProtocolRegistration | bool | true | |
| node6.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 |
| node6.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node6.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node6.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 |
| node6.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node6.li.forwardServiceRegistration | bool | true | |
| node6.li.forwardProtocolRegistration | bool | true | |
| node6.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 |
| node6.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node6.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node6.eth.bitrate | double | ||
| node6.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 |
| node6.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node6.nl.forwardServiceRegistration | bool | true | |
| node6.nl.forwardProtocolRegistration | bool | true | |
| node6.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 |
| node6.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node6.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node6.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 |
| node6.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node6.tn.forwardServiceRegistration | bool | true | |
| node6.tn.forwardProtocolRegistration | bool | true | |
| node6.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 |
| node6.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node6.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node6.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 |
| node6.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node6.at.forwardServiceRegistration | bool | true | |
| node6.at.forwardProtocolRegistration | bool | true | |
| node6.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 |
| node6.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node6.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node7.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node7.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| node7.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node7.environment.initStage | int | 0 |
Initialization stage for the setup command |
| node7.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| node7.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| node7.environment.setupCommand | string | "" |
A host OS system command |
| node7.environment.teardownCommand | string | "" |
A host OS system command |
| node7.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 |
| node7.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| node7.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| node7.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| node7.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| node7.pcapRecorder.fileFormat | string | "pcapng" | |
| node7.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| node7.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). |
| node7.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| node7.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| node7.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| node7.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| node7.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| node7.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| node7.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| node7.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| node7.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| node7.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| node7.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 |
| node7.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node7.cb.forwardServiceRegistration | bool | true | |
| node7.cb.forwardProtocolRegistration | bool | true | |
| node7.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 |
| node7.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node7.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node7.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 |
| node7.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node7.bl.forwardServiceRegistration | bool | true | |
| node7.bl.forwardProtocolRegistration | bool | true | |
| node7.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 |
| node7.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node7.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node7.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 |
| node7.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node7.li.forwardServiceRegistration | bool | true | |
| node7.li.forwardProtocolRegistration | bool | true | |
| node7.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 |
| node7.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node7.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node7.eth.bitrate | double | ||
| node7.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 |
| node7.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node7.nl.forwardServiceRegistration | bool | true | |
| node7.nl.forwardProtocolRegistration | bool | true | |
| node7.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 |
| node7.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node7.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node7.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 |
| node7.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node7.tn.forwardServiceRegistration | bool | true | |
| node7.tn.forwardProtocolRegistration | bool | true | |
| node7.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 |
| node7.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node7.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| node7.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 |
| node7.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| node7.at.forwardServiceRegistration | bool | true | |
| node7.at.forwardProtocolRegistration | bool | true | |
| node7.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 |
| node7.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| node7.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| 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 |
| radioMedium.neighborCache.refillPeriod | double | ||
| 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) |
| 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.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 |
Source code
network ManetprotocolsShowcaseB { parameters: @display("bgb=400,400"); @statistic[numRcvdPk](source=count(source.app[0].pingRxSeq); record=figure; targetFigure=numRcvdPkCounter; checkSignals=false); @figure[numRcvdPkCounter](type=counter; transform=scale(0.5); pos=50,300; label="Received ping replies"; decimalPlaces=4); @statistic[numLost](source=count(source.app[0].numLost); record=figure; targetFigure=numLostPkCounter; checkSignals=false); @figure[numLostPkCounter](type=counter; transform=scale(0.5); pos=50,400; label="Pings lost"; decimalPlaces=4); submodules: source: ManetRouter { @display("p=104,335"); } node1: ManetRouter { @display("p=104,226"); } node2: ManetRouter { @display("p=175,140"); } node3: ManetRouter { @display("p=238,276"); } node4: ManetRouter { @display("p=312,196"); } node6: ManetRouter { @display("p=147,67"); } node7: ManetRouter { @display("p=60,125"); } destination: ManetRouter { @display("p=292,80"); } radioMedium: Ieee80211RadioMedium { @display("p=38,28"); } configurator: Ipv4NetworkConfigurator { @display("p=38.461544,66.863914"); } visualizer: IntegratedMultiCanvasVisualizer { @display("p=38.461544,106.50889"); } }File: showcases/routing/manet/ManetProtocolsShowcase.ned