微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Inet 4.3.1 不应用比特率,它是一个错误,它的原因是什么

如何解决Inet 4.3.1 不应用比特率,它是一个错误,它的原因是什么

我对无线网络的值参数感到困惑。例如,wlan 类型和 mgmt 类型。请描述上述参数。下面的omnetpp.ini是as,但是没有应用比特率,是什么原因? Omnet++ IDE 显示“未使用的条目(不匹配任何参数)”警告。

[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)

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。