Hi, I am confused about value parameters about wireless networks. For
example, wlan types, and mgmt types. Please describe about mentioned
parameters. In the following omnetpp.ini is as, but bitrate is not
asked, what is the reason? Omnet++ IDE shows a "Unused entry (does not
match any parameters)" warning.
[Config Wireless01]
description = Multi hosts communicating wirelessly
network = WirelessA
sim-time-limit = 20s
*.host*.ipv4.arp.typename = "GlobalArp"
num-rngs = 3
**.mobility.rng-0 = 1
**.wlan[*].mac.rng-0 = 2
**.hasStatus = true
check-signals = true
**.scalar-recording = true
**.vector-recording = false
*.host*.wlan[*].typename = "Ieee80211Mac"
*.host*.wlan[*].mgmt.typename = "Ieee80211MgmtAdhoc"
*.host*.wlan[*].bitrate = ${bitrate = 6,9,12,18,24,36,48,54}Mbps
*.host*.wlan[*].radio.opMode = "g(mixed)"
*.host*.wlan[*].radio.transmitter.communicationRange = 500m
*.host*.wlan[*].radio.centerFrequency = 2.412GHz
*.host*.wlan[*].radio.bandwidth = 22MHz
*.host*.wlan[*].radio.typename = "Ieee80211DimensionalRadio"
*.host*.numWlanInterfaces = 2
*.configurator.addStaticRoutes = false
*.host*.wlan[0].radio.displayCommunicationRange = true
*.host*.typename = "AodvRouter"
*.visualizer.dataLinkVisualizer.packetFilter = "AODV*"
*.hostA.numApps = 1
*.hostA.app[0].typename = "UdpBasicApp"
*.hostA.app[0].destAddresses = "hostC"
*.hostA.app[0].destPort = 5000
*.hostA.app[0].messageLength = 1000B
*.hostA.app[0].sendInterval = exponential(12ms)
*.hostB.numApps = 1
*.hostB.app[0].typename = "UdpBasicApp"
*.hostB.app[0].destPort = 5000
*.hostB.app[0].messageLength = 1000B
*.hostB.app[0].sendInterval = exponential(12ms)
*.hostC.numApps = 1
*.hostC.app[0].typename = "UdpBasicApp"
*.hostC.app[0].destPort = 5000
*.hostC.app[0].messageLength = 1000B
*.hostC.app[0].sendInterval = exponential(12ms)