Network MobilityVisualizationExample

Package: inet.examples.visualization.mobility
File: examples/visualization/mobility/MobilityVisualizationExample.ned

(no description)

IntegratedVisualizer WirelessHost

Usage diagram:

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

Inheritance diagram:

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

Properties:

Name Value Description
isNetwork
display bgb=1000,1000

Unassigned submodule parameters:

Name Type Default value Description
node.status.initialStatus string "UP"

TODO @signal, @statistic

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

whether to display IP addresses on links

node.pcapRecorder.verbose bool false

whether to log packets on the module output

node.pcapRecorder.pcapFile string ""

the PCAP file to be written

node.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

node.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

node.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

node.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

node.pcapRecorder.alwaysFlush bool false

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

node.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

node.lo0.lo.mtu int 4470B

Source code:

network MobilityVisualizationExample
{
    parameters:
        @display("bgb=1000,1000");
    submodules:
        visualizer: IntegratedVisualizer {
            parameters:
                @display("p=100,50");
        }
        node[20]: WirelessHost {
            parameters:
                @display("r=,,#707070");
        }
}