Package: inet.showcases.visualizer.canvas.transportpathactivity
TransportPathVisualizerFilteringShowcase
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=1024,700 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| 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 (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.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) |
| source1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| source1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| source1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| source1.pcapRecorder.fileFormat | string | "pcapng" | |
| source1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| source1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| source1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| source1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| source1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| source1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| source1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| source1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| source1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| source1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| source1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| source1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source1.cb.forwardServiceRegistration | bool | true | |
| source1.cb.forwardProtocolRegistration | bool | true | |
| source1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source1.bl.forwardServiceRegistration | bool | true | |
| source1.bl.forwardProtocolRegistration | bool | true | |
| source1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source1.li.forwardServiceRegistration | bool | true | |
| source1.li.forwardProtocolRegistration | bool | true | |
| source1.eth.bitrate | double | ||
| source1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source1.nl.forwardServiceRegistration | bool | true | |
| source1.nl.forwardProtocolRegistration | bool | true | |
| source1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source1.tn.forwardServiceRegistration | bool | true | |
| source1.tn.forwardProtocolRegistration | bool | true | |
| source1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source1.at.forwardServiceRegistration | bool | true | |
| source1.at.forwardProtocolRegistration | bool | true | |
| source2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| source2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| source2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| source2.pcapRecorder.fileFormat | string | "pcapng" | |
| source2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| source2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| source2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| source2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| source2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| source2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| source2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| source2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| source2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| source2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| source2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| source2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source2.cb.forwardServiceRegistration | bool | true | |
| source2.cb.forwardProtocolRegistration | bool | true | |
| source2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source2.bl.forwardServiceRegistration | bool | true | |
| source2.bl.forwardProtocolRegistration | bool | true | |
| source2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source2.li.forwardServiceRegistration | bool | true | |
| source2.li.forwardProtocolRegistration | bool | true | |
| source2.eth.bitrate | double | ||
| source2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source2.nl.forwardServiceRegistration | bool | true | |
| source2.nl.forwardProtocolRegistration | bool | true | |
| source2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source2.tn.forwardServiceRegistration | bool | true | |
| source2.tn.forwardProtocolRegistration | bool | true | |
| source2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| source2.at.forwardServiceRegistration | bool | true | |
| source2.at.forwardProtocolRegistration | bool | true | |
| destination1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| destination1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| destination1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| destination1.pcapRecorder.fileFormat | string | "pcapng" | |
| destination1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| destination1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| destination1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| destination1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| destination1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| destination1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| destination1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| destination1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| destination1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| destination1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| destination1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| destination1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination1.cb.forwardServiceRegistration | bool | true | |
| destination1.cb.forwardProtocolRegistration | bool | true | |
| destination1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination1.bl.forwardServiceRegistration | bool | true | |
| destination1.bl.forwardProtocolRegistration | bool | true | |
| destination1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination1.li.forwardServiceRegistration | bool | true | |
| destination1.li.forwardProtocolRegistration | bool | true | |
| destination1.eth.bitrate | double | ||
| destination1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination1.nl.forwardServiceRegistration | bool | true | |
| destination1.nl.forwardProtocolRegistration | bool | true | |
| destination1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination1.tn.forwardServiceRegistration | bool | true | |
| destination1.tn.forwardProtocolRegistration | bool | true | |
| destination1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination1.at.forwardServiceRegistration | bool | true | |
| destination1.at.forwardProtocolRegistration | bool | true | |
| destination2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| destination2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| destination2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| destination2.pcapRecorder.fileFormat | string | "pcapng" | |
| destination2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| destination2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| destination2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| destination2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| destination2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| destination2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| destination2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| destination2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| destination2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| destination2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| destination2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| destination2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination2.cb.forwardServiceRegistration | bool | true | |
| destination2.cb.forwardProtocolRegistration | bool | true | |
| destination2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination2.bl.forwardServiceRegistration | bool | true | |
| destination2.bl.forwardProtocolRegistration | bool | true | |
| destination2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination2.li.forwardServiceRegistration | bool | true | |
| destination2.li.forwardProtocolRegistration | bool | true | |
| destination2.eth.bitrate | double | ||
| destination2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination2.nl.forwardServiceRegistration | bool | true | |
| destination2.nl.forwardProtocolRegistration | bool | true | |
| destination2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination2.tn.forwardServiceRegistration | bool | true | |
| destination2.tn.forwardProtocolRegistration | bool | true | |
| destination2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| destination2.at.forwardServiceRegistration | bool | true | |
| destination2.at.forwardProtocolRegistration | bool | true | |
| host1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| host1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| host1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| host1.pcapRecorder.fileFormat | string | "pcapng" | |
| host1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| host1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| host1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| host1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| host1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| host1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| host1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| host1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| host1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| host1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| host1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| host1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host1.cb.forwardServiceRegistration | bool | true | |
| host1.cb.forwardProtocolRegistration | bool | true | |
| host1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host1.bl.forwardServiceRegistration | bool | true | |
| host1.bl.forwardProtocolRegistration | bool | true | |
| host1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host1.li.forwardServiceRegistration | bool | true | |
| host1.li.forwardProtocolRegistration | bool | true | |
| host1.eth.bitrate | double | ||
| host1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host1.nl.forwardServiceRegistration | bool | true | |
| host1.nl.forwardProtocolRegistration | bool | true | |
| host1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host1.tn.forwardServiceRegistration | bool | true | |
| host1.tn.forwardProtocolRegistration | bool | true | |
| host1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host1.at.forwardServiceRegistration | bool | true | |
| host1.at.forwardProtocolRegistration | bool | true | |
| host2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| host2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| host2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| host2.pcapRecorder.fileFormat | string | "pcapng" | |
| host2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| host2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| host2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| host2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| host2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| host2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| host2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| host2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| host2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| host2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| host2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| host2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host2.cb.forwardServiceRegistration | bool | true | |
| host2.cb.forwardProtocolRegistration | bool | true | |
| host2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host2.bl.forwardServiceRegistration | bool | true | |
| host2.bl.forwardProtocolRegistration | bool | true | |
| host2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host2.li.forwardServiceRegistration | bool | true | |
| host2.li.forwardProtocolRegistration | bool | true | |
| host2.eth.bitrate | double | ||
| host2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host2.nl.forwardServiceRegistration | bool | true | |
| host2.nl.forwardProtocolRegistration | bool | true | |
| host2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host2.tn.forwardServiceRegistration | bool | true | |
| host2.tn.forwardProtocolRegistration | bool | true | |
| host2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| host2.at.forwardServiceRegistration | bool | true | |
| host2.at.forwardProtocolRegistration | bool | true | |
| videoStreamServer.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| videoStreamServer.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| videoStreamServer.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| videoStreamServer.pcapRecorder.fileFormat | string | "pcapng" | |
| videoStreamServer.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| videoStreamServer.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| videoStreamServer.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| videoStreamServer.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| videoStreamServer.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| videoStreamServer.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| videoStreamServer.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| videoStreamServer.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| videoStreamServer.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| videoStreamServer.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| videoStreamServer.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| videoStreamServer.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamServer.cb.forwardServiceRegistration | bool | true | |
| videoStreamServer.cb.forwardProtocolRegistration | bool | true | |
| videoStreamServer.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamServer.bl.forwardServiceRegistration | bool | true | |
| videoStreamServer.bl.forwardProtocolRegistration | bool | true | |
| videoStreamServer.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamServer.li.forwardServiceRegistration | bool | true | |
| videoStreamServer.li.forwardProtocolRegistration | bool | true | |
| videoStreamServer.eth.bitrate | double | ||
| videoStreamServer.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamServer.nl.forwardServiceRegistration | bool | true | |
| videoStreamServer.nl.forwardProtocolRegistration | bool | true | |
| videoStreamServer.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamServer.tn.forwardServiceRegistration | bool | true | |
| videoStreamServer.tn.forwardProtocolRegistration | bool | true | |
| videoStreamServer.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamServer.at.forwardServiceRegistration | bool | true | |
| videoStreamServer.at.forwardProtocolRegistration | bool | true | |
| videoStreamClient.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| videoStreamClient.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| videoStreamClient.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| videoStreamClient.pcapRecorder.fileFormat | string | "pcapng" | |
| videoStreamClient.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| videoStreamClient.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| videoStreamClient.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| videoStreamClient.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| videoStreamClient.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| videoStreamClient.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| videoStreamClient.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| videoStreamClient.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| videoStreamClient.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| videoStreamClient.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| videoStreamClient.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| videoStreamClient.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamClient.cb.forwardServiceRegistration | bool | true | |
| videoStreamClient.cb.forwardProtocolRegistration | bool | true | |
| videoStreamClient.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamClient.bl.forwardServiceRegistration | bool | true | |
| videoStreamClient.bl.forwardProtocolRegistration | bool | true | |
| videoStreamClient.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamClient.li.forwardServiceRegistration | bool | true | |
| videoStreamClient.li.forwardProtocolRegistration | bool | true | |
| videoStreamClient.eth.bitrate | double | ||
| videoStreamClient.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamClient.nl.forwardServiceRegistration | bool | true | |
| videoStreamClient.nl.forwardProtocolRegistration | bool | true | |
| videoStreamClient.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamClient.tn.forwardServiceRegistration | bool | true | |
| videoStreamClient.tn.forwardProtocolRegistration | bool | true | |
| videoStreamClient.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| videoStreamClient.at.forwardServiceRegistration | bool | true | |
| videoStreamClient.at.forwardProtocolRegistration | bool | true | |
| switch0.macTable.agingTime | double | ||
| switch0.macTable.forwardingTableFile | string | ||
| switch0.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| switch0.l2NodeConfigurator.interfaceTableModule | string | ||
| switch0.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| switch0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch0.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| switch0.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| switch0.pcapRecorder.fileFormat | string | "pcapng" | |
| switch0.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| switch0.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| switch0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| switch0.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| switch0.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| switch0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| switch0.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| switch0.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch0.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch0.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| switch0.stp.helloTime | double | ||
| switch0.stp.forwardDelay | double | ||
| switch0.stp.maxAge | double | ||
| switch0.stp.bridgePriority | int | ||
| switch0.stp.visualize | bool | ||
| switch0.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch0.sc.forwardServiceRegistration | bool | true | |
| switch0.sc.forwardProtocolRegistration | bool | true | |
| switch0.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch0.cb.forwardServiceRegistration | bool | true | |
| switch0.cb.forwardProtocolRegistration | bool | true | |
| switch0.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch0.bl.forwardServiceRegistration | bool | true | |
| switch0.bl.forwardProtocolRegistration | bool | true | |
| switch0.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch0.li.forwardServiceRegistration | bool | true | |
| switch0.li.forwardProtocolRegistration | bool | true | |
| switch0.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch0.cutthrough.forwardServiceRegistration | bool | true | |
| switch0.cutthrough.forwardProtocolRegistration | bool | true | |
| switch0.eth.bitrate | double | ||
| switch1.macTable.agingTime | double | ||
| switch1.macTable.forwardingTableFile | string | ||
| switch1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| switch1.l2NodeConfigurator.interfaceTableModule | string | ||
| switch1.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| switch1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| switch1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| switch1.pcapRecorder.fileFormat | string | "pcapng" | |
| switch1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| switch1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| switch1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| switch1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| switch1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| switch1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| switch1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| switch1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| switch1.stp.helloTime | double | ||
| switch1.stp.forwardDelay | double | ||
| switch1.stp.maxAge | double | ||
| switch1.stp.bridgePriority | int | ||
| switch1.stp.visualize | bool | ||
| switch1.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch1.sc.forwardServiceRegistration | bool | true | |
| switch1.sc.forwardProtocolRegistration | bool | true | |
| switch1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch1.cb.forwardServiceRegistration | bool | true | |
| switch1.cb.forwardProtocolRegistration | bool | true | |
| switch1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch1.bl.forwardServiceRegistration | bool | true | |
| switch1.bl.forwardProtocolRegistration | bool | true | |
| switch1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch1.li.forwardServiceRegistration | bool | true | |
| switch1.li.forwardProtocolRegistration | bool | true | |
| switch1.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch1.cutthrough.forwardServiceRegistration | bool | true | |
| switch1.cutthrough.forwardProtocolRegistration | bool | true | |
| switch1.eth.bitrate | double | ||
| switch2.macTable.agingTime | double | ||
| switch2.macTable.forwardingTableFile | string | ||
| switch2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| switch2.l2NodeConfigurator.interfaceTableModule | string | ||
| switch2.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| switch2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| switch2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| switch2.pcapRecorder.fileFormat | string | "pcapng" | |
| switch2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| switch2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| switch2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| switch2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| switch2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| switch2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| switch2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| switch2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| switch2.stp.helloTime | double | ||
| switch2.stp.forwardDelay | double | ||
| switch2.stp.maxAge | double | ||
| switch2.stp.bridgePriority | int | ||
| switch2.stp.visualize | bool | ||
| switch2.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch2.sc.forwardServiceRegistration | bool | true | |
| switch2.sc.forwardProtocolRegistration | bool | true | |
| switch2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch2.cb.forwardServiceRegistration | bool | true | |
| switch2.cb.forwardProtocolRegistration | bool | true | |
| switch2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch2.bl.forwardServiceRegistration | bool | true | |
| switch2.bl.forwardProtocolRegistration | bool | true | |
| switch2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch2.li.forwardServiceRegistration | bool | true | |
| switch2.li.forwardProtocolRegistration | bool | true | |
| switch2.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch2.cutthrough.forwardServiceRegistration | bool | true | |
| switch2.cutthrough.forwardProtocolRegistration | bool | true | |
| switch2.eth.bitrate | double | ||
| switch3.macTable.agingTime | double | ||
| switch3.macTable.forwardingTableFile | string | ||
| switch3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| switch3.l2NodeConfigurator.interfaceTableModule | string | ||
| switch3.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| switch3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| switch3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| switch3.pcapRecorder.fileFormat | string | "pcapng" | |
| switch3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| switch3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| switch3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| switch3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| switch3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| switch3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| switch3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| switch3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| switch3.stp.helloTime | double | ||
| switch3.stp.forwardDelay | double | ||
| switch3.stp.maxAge | double | ||
| switch3.stp.bridgePriority | int | ||
| switch3.stp.visualize | bool | ||
| switch3.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch3.sc.forwardServiceRegistration | bool | true | |
| switch3.sc.forwardProtocolRegistration | bool | true | |
| switch3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch3.cb.forwardServiceRegistration | bool | true | |
| switch3.cb.forwardProtocolRegistration | bool | true | |
| switch3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch3.bl.forwardServiceRegistration | bool | true | |
| switch3.bl.forwardProtocolRegistration | bool | true | |
| switch3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch3.li.forwardServiceRegistration | bool | true | |
| switch3.li.forwardProtocolRegistration | bool | true | |
| switch3.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| switch3.cutthrough.forwardServiceRegistration | bool | true | |
| switch3.cutthrough.forwardProtocolRegistration | bool | true | |
| switch3.eth.bitrate | double | ||
| router0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| router0.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| router0.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| router0.pcapRecorder.fileFormat | string | "pcapng" | |
| router0.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| router0.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| router0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| router0.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| router0.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| router0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| router0.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| router0.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| router0.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| router0.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| router0.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| router0.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router0.cb.forwardServiceRegistration | bool | true | |
| router0.cb.forwardProtocolRegistration | bool | true | |
| router0.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router0.bl.forwardServiceRegistration | bool | true | |
| router0.bl.forwardProtocolRegistration | bool | true | |
| router0.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router0.li.forwardServiceRegistration | bool | true | |
| router0.li.forwardProtocolRegistration | bool | true | |
| router0.eth.bitrate | double | ||
| router0.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router0.nl.forwardServiceRegistration | bool | true | |
| router0.nl.forwardProtocolRegistration | bool | true | |
| router0.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router0.tn.forwardServiceRegistration | bool | true | |
| router0.tn.forwardProtocolRegistration | bool | true | |
| router0.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router0.at.forwardServiceRegistration | bool | true | |
| router0.at.forwardProtocolRegistration | bool | true | |
| router0.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| router0.bgp.routingTableModule | string | ||
| router0.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| router1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| router1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| router1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| router1.pcapRecorder.fileFormat | string | "pcapng" | |
| router1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| router1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| router1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| router1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| router1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| router1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| router1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| router1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| router1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| router1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| router1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| router1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router1.cb.forwardServiceRegistration | bool | true | |
| router1.cb.forwardProtocolRegistration | bool | true | |
| router1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router1.bl.forwardServiceRegistration | bool | true | |
| router1.bl.forwardProtocolRegistration | bool | true | |
| router1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router1.li.forwardServiceRegistration | bool | true | |
| router1.li.forwardProtocolRegistration | bool | true | |
| router1.eth.bitrate | double | ||
| router1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router1.nl.forwardServiceRegistration | bool | true | |
| router1.nl.forwardProtocolRegistration | bool | true | |
| router1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router1.tn.forwardServiceRegistration | bool | true | |
| router1.tn.forwardProtocolRegistration | bool | true | |
| router1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router1.at.forwardServiceRegistration | bool | true | |
| router1.at.forwardProtocolRegistration | bool | true | |
| router1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| router1.bgp.routingTableModule | string | ||
| router1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| router2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| router2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| router2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| router2.pcapRecorder.fileFormat | string | "pcapng" | |
| router2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| router2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| router2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| router2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| router2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| router2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| router2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| router2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| router2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| router2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| router2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| router2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router2.cb.forwardServiceRegistration | bool | true | |
| router2.cb.forwardProtocolRegistration | bool | true | |
| router2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router2.bl.forwardServiceRegistration | bool | true | |
| router2.bl.forwardProtocolRegistration | bool | true | |
| router2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router2.li.forwardServiceRegistration | bool | true | |
| router2.li.forwardProtocolRegistration | bool | true | |
| router2.eth.bitrate | double | ||
| router2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router2.nl.forwardServiceRegistration | bool | true | |
| router2.nl.forwardProtocolRegistration | bool | true | |
| router2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router2.tn.forwardServiceRegistration | bool | true | |
| router2.tn.forwardProtocolRegistration | bool | true | |
| router2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router2.at.forwardServiceRegistration | bool | true | |
| router2.at.forwardProtocolRegistration | bool | true | |
| router2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| router2.bgp.routingTableModule | string | ||
| router2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| router3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| router3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| router3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| router3.pcapRecorder.fileFormat | string | "pcapng" | |
| router3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| router3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| router3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| router3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| router3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| router3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| router3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| router3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| router3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| router3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| router3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| router3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router3.cb.forwardServiceRegistration | bool | true | |
| router3.cb.forwardProtocolRegistration | bool | true | |
| router3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router3.bl.forwardServiceRegistration | bool | true | |
| router3.bl.forwardProtocolRegistration | bool | true | |
| router3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router3.li.forwardServiceRegistration | bool | true | |
| router3.li.forwardProtocolRegistration | bool | true | |
| router3.eth.bitrate | double | ||
| router3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router3.nl.forwardServiceRegistration | bool | true | |
| router3.nl.forwardProtocolRegistration | bool | true | |
| router3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router3.tn.forwardServiceRegistration | bool | true | |
| router3.tn.forwardProtocolRegistration | bool | true | |
| router3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router3.at.forwardServiceRegistration | bool | true | |
| router3.at.forwardProtocolRegistration | bool | true | |
| router3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| router3.bgp.routingTableModule | string | ||
| router3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| router4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| router4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| router4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| router4.pcapRecorder.fileFormat | string | "pcapng" | |
| router4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| router4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| router4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| router4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| router4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| router4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| router4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| router4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| router4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| router4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| router4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| router4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router4.cb.forwardServiceRegistration | bool | true | |
| router4.cb.forwardProtocolRegistration | bool | true | |
| router4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router4.bl.forwardServiceRegistration | bool | true | |
| router4.bl.forwardProtocolRegistration | bool | true | |
| router4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router4.li.forwardServiceRegistration | bool | true | |
| router4.li.forwardProtocolRegistration | bool | true | |
| router4.eth.bitrate | double | ||
| router4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router4.nl.forwardServiceRegistration | bool | true | |
| router4.nl.forwardProtocolRegistration | bool | true | |
| router4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router4.tn.forwardServiceRegistration | bool | true | |
| router4.tn.forwardProtocolRegistration | bool | true | |
| router4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| router4.at.forwardServiceRegistration | bool | true | |
| router4.at.forwardProtocolRegistration | bool | true | |
| router4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| router4.bgp.routingTableModule | string | ||
| router4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" |
Source code
network TransportPathVisualizerFilteringShowcase { @display("bgb=1024,700"); submodules: visualizer: IntegratedVisualizer { parameters: @display("p=80,50"); } configurator: Ipv4NetworkConfigurator { parameters: @display("p=80,140"); } source1: StandardHost { @display("p=205.824,75.576004"); } source2: StandardHost { @display("p=947.112,62.712"); } destination1: StandardHost { @display("p=895.656,466.32"); } destination2: StandardHost { @display("p=143.112,556.368"); } host1: StandardHost { @display("p=356.976,75.576004"); } host2: StandardHost { @display("p=947.112,205.824"); } videoStreamServer: StandardHost { @display("p=868.32,598.176"); } videoStreamClient: StandardHost { @display("p=78.792,427.728"); } switch0: EthernetSwitch { @display("p=268.536,173.664"); } switch1: EthernetSwitch { @display("p=805.60803,147.936"); } switch2: EthernetSwitch { @display("p=255.672,426.12"); } switch3: EthernetSwitch { @display("p=668.928,545.112"); } router0: Router { @display("p=593.352,149.544"); } router1: Router { @display("p=805.60803,307.128"); } router2: Router { @display("p=371.448,308.736"); } router3: Router { @display("p=405.216,508.128"); } router4: Router { @display("p=593.352,389.136"); } connections: router0.pppg++ <--> Eth100M <--> router4.pppg++; source1.ethg++ <--> Eth100M <--> switch0.ethg++; switch0.ethg++ <--> Eth100M <--> router0.ethg++; router3.ethg++ <--> Eth100M <--> switch3.ethg++; switch3.ethg++ <--> Eth100M <--> destination1.ethg++; router4.pppg++ <--> Eth100M <--> router1.pppg++; switch1.ethg++ <--> Eth100M <--> router1.ethg++; switch1.ethg++ <--> Eth100M <--> source2.ethg++; router2.ethg++ <--> Eth100M <--> switch2.ethg++; destination2.ethg++ <--> Eth100M <--> switch2.ethg++; router4.pppg++ <--> Eth100M <--> router2.pppg++; router4.pppg++ <--> Eth100M <--> router3.pppg++; router0.pppg++ <--> Eth100M <--> router2.pppg++; router1.pppg++ <--> Eth100M <--> router0.pppg++; switch0.ethg++ <--> Eth100M <--> host1.ethg++; switch1.ethg++ <--> Eth100M <--> host2.ethg++; switch3.ethg++ <--> Eth100M <--> videoStreamServer.ethg++; switch2.ethg++ <--> Eth100M <--> videoStreamClient.ethg++; router2.pppg++ <--> Eth100M <--> router3.pppg++; }File: showcases/visualizer/canvas/transportpathactivity/TransportPathVisualizerShowcase.ned