Package: inet.examples.voip
Voip
networkA generated network with star topology.
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| senderHost.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| senderHost.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| senderHost.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| senderHost.environment.initStage | int | 0 |
Initialization stage for the setup command |
| senderHost.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| senderHost.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| senderHost.environment.setupCommand | string | "" |
A host OS system command |
| senderHost.environment.teardownCommand | string | "" |
A host OS system command |
| senderHost.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 |
| senderHost.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| senderHost.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| senderHost.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| senderHost.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| senderHost.pcapRecorder.fileFormat | string | "pcapng" | |
| senderHost.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| senderHost.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). |
| senderHost.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| senderHost.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| senderHost.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| senderHost.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| senderHost.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| senderHost.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| senderHost.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| senderHost.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| senderHost.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| senderHost.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| senderHost.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 |
| senderHost.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| senderHost.cb.forwardServiceRegistration | bool | true | |
| senderHost.cb.forwardProtocolRegistration | bool | true | |
| senderHost.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 |
| senderHost.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| senderHost.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| senderHost.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 |
| senderHost.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| senderHost.bl.forwardServiceRegistration | bool | true | |
| senderHost.bl.forwardProtocolRegistration | bool | true | |
| senderHost.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 |
| senderHost.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| senderHost.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| senderHost.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 |
| senderHost.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| senderHost.li.forwardServiceRegistration | bool | true | |
| senderHost.li.forwardProtocolRegistration | bool | true | |
| senderHost.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 |
| senderHost.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| senderHost.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| senderHost.eth.bitrate | double | ||
| senderHost.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 |
| senderHost.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| senderHost.nl.forwardServiceRegistration | bool | true | |
| senderHost.nl.forwardProtocolRegistration | bool | true | |
| senderHost.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 |
| senderHost.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| senderHost.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| senderHost.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 |
| senderHost.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| senderHost.tn.forwardServiceRegistration | bool | true | |
| senderHost.tn.forwardProtocolRegistration | bool | true | |
| senderHost.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 |
| senderHost.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| senderHost.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| senderHost.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 |
| senderHost.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| senderHost.at.forwardServiceRegistration | bool | true | |
| senderHost.at.forwardProtocolRegistration | bool | true | |
| senderHost.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 |
| senderHost.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| senderHost.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| receiverHost.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| receiverHost.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| receiverHost.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| receiverHost.environment.initStage | int | 0 |
Initialization stage for the setup command |
| receiverHost.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| receiverHost.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| receiverHost.environment.setupCommand | string | "" |
A host OS system command |
| receiverHost.environment.teardownCommand | string | "" |
A host OS system command |
| receiverHost.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 |
| receiverHost.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| receiverHost.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| receiverHost.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| receiverHost.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| receiverHost.pcapRecorder.fileFormat | string | "pcapng" | |
| receiverHost.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| receiverHost.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). |
| receiverHost.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| receiverHost.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| receiverHost.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| receiverHost.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| receiverHost.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| receiverHost.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| receiverHost.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| receiverHost.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| receiverHost.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| receiverHost.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| receiverHost.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 |
| receiverHost.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| receiverHost.cb.forwardServiceRegistration | bool | true | |
| receiverHost.cb.forwardProtocolRegistration | bool | true | |
| receiverHost.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 |
| receiverHost.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| receiverHost.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| receiverHost.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 |
| receiverHost.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| receiverHost.bl.forwardServiceRegistration | bool | true | |
| receiverHost.bl.forwardProtocolRegistration | bool | true | |
| receiverHost.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 |
| receiverHost.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| receiverHost.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| receiverHost.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 |
| receiverHost.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| receiverHost.li.forwardServiceRegistration | bool | true | |
| receiverHost.li.forwardProtocolRegistration | bool | true | |
| receiverHost.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 |
| receiverHost.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| receiverHost.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| receiverHost.eth.bitrate | double | ||
| receiverHost.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 |
| receiverHost.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| receiverHost.nl.forwardServiceRegistration | bool | true | |
| receiverHost.nl.forwardProtocolRegistration | bool | true | |
| receiverHost.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 |
| receiverHost.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| receiverHost.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| receiverHost.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 |
| receiverHost.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| receiverHost.tn.forwardServiceRegistration | bool | true | |
| receiverHost.tn.forwardProtocolRegistration | bool | true | |
| receiverHost.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 |
| receiverHost.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| receiverHost.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| receiverHost.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 |
| receiverHost.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| receiverHost.at.forwardServiceRegistration | bool | true | |
| receiverHost.at.forwardProtocolRegistration | bool | true | |
| receiverHost.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 |
| receiverHost.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| receiverHost.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| 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) |
| internetCloud.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| internetCloud.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| internetCloud.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| internetCloud.environment.initStage | int | 0 |
Initialization stage for the setup command |
| internetCloud.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| internetCloud.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| internetCloud.environment.setupCommand | string | "" |
A host OS system command |
| internetCloud.environment.teardownCommand | string | "" |
A host OS system command |
| internetCloud.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 |
| internetCloud.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| internetCloud.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| internetCloud.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| internetCloud.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| internetCloud.pcapRecorder.fileFormat | string | "pcapng" | |
| internetCloud.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| internetCloud.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). |
| internetCloud.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| internetCloud.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| internetCloud.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| internetCloud.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| internetCloud.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| internetCloud.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| internetCloud.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| internetCloud.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| internetCloud.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| internetCloud.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| internetCloud.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 |
| internetCloud.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| internetCloud.cb.forwardServiceRegistration | bool | true | |
| internetCloud.cb.forwardProtocolRegistration | bool | true | |
| internetCloud.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 |
| internetCloud.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| internetCloud.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| internetCloud.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 |
| internetCloud.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| internetCloud.bl.forwardServiceRegistration | bool | true | |
| internetCloud.bl.forwardProtocolRegistration | bool | true | |
| internetCloud.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 |
| internetCloud.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| internetCloud.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| internetCloud.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 |
| internetCloud.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| internetCloud.li.forwardServiceRegistration | bool | true | |
| internetCloud.li.forwardProtocolRegistration | bool | true | |
| internetCloud.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 |
| internetCloud.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| internetCloud.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| internetCloud.eth.bitrate | double | ||
| internetCloud.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 |
| internetCloud.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| internetCloud.nl.forwardServiceRegistration | bool | true | |
| internetCloud.nl.forwardProtocolRegistration | bool | true | |
| internetCloud.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 |
| internetCloud.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| internetCloud.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
Source code
// // A generated network with star topology. // network Voip { types: channel C extends DatarateChannel { datarate = 100Mbps; delay = 0.1us; } submodules: senderHost: StandardHost { parameters: @display("p=250,100"); } receiverHost: StandardHost { parameters: @display("p=650,100"); } configurator: Ipv4NetworkConfigurator { @display("p=100,100;is=s"); } internetCloud: InternetCloud { @display("p=450,100;is=vl"); } connections: senderHost.pppg++ <--> C <--> internetCloud.pppg++; internetCloud.pppg++ <--> C <--> receiverHost.pppg++; }File: examples/voip/Voip.ned