Bitrate is not asked, what is the reason ot it

91 views
Skip to first unread message

rezapaj...@gmail.com

unread,
Jul 29, 2021, 9:20:43 AM7/29/21
to OMNeT++ Users

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)

Alfonso Ariza Quintana

unread,
Jul 29, 2021, 2:24:49 PM7/29/21
to omn...@googlegroups.com
The bit rate is set here.
*.host*.wlan[*].bitrate = ${bitrate = 6,9,12,18,24,36,48,54}Mbps

and, you have several possible modes for the mac and the management, for example for the management, you can have ad-hoc, access point or station.

De: omn...@googlegroups.com <omn...@googlegroups.com> en nombre de rezapaj...@gmail.com <rezapaj...@gmail.com>
Enviado: jueves, 29 de julio de 2021 15:20
Para: OMNeT++ Users <omn...@googlegroups.com>
Asunto: [Omnetpp-l] Bitrate is not asked, what is the reason ot it
 
--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/omnetpp/6f054423-2ef5-48e6-9f2d-c95fad4afe31n%40googlegroups.com.
Message has been deleted

Alfonso Ariza Quintana

unread,
Jul 29, 2021, 3:28:34 PM7/29/21
to omn...@googlegroups.com


I cannot reproduce your problem, I have the list 


 

Enviado desde Correo para Windows 10

 


Enviado: Thursday, July 29, 2021 8:54:57 PM
Para: OMNeT++ Users <omn...@googlegroups.com>
Asunto: Re: [Omnetpp-l] Bitrate is not asked, what is the reason ot it
 
Hi, it is expected that with the following command in the window that will open after the simulation, a combobox about bitrates will be displayed to select bitrates, which is not the case.
Reply all
Reply to author
Forward
0 new messages