12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- [General]
- network = Throughput
- #cmdenv-output-file = omnetpp.log
- #debug-on-errors = true
- tkenv-plugin-path = ../../../etc/plugins
- #record-eventlog = true
- **.constraintAreaMinX = 0m
- **.constraintAreaMinY = 0m
- **.constraintAreaMinZ = 0m
- **.constraintAreaMaxX = 400m
- **.constraintAreaMaxY = 400m
- **.constraintAreaMaxZ = 0m
- # positions
- **.mobility.cx = 200m
- **.mobility.cy = 200m
- **.mobility.r = 100m
- **.mobility.speed = 1mps
- **.mobility.updateInterval = 100ms
- **.cliHost[0].mobility.startAngle = 0deg
- **.cliHost[1].mobility.startAngle = 60deg
- **.cliHost[2].mobility.startAngle = 120deg
- **.cliHost[3].mobility.startAngle = 180deg
- **.cliHost[4].mobility.startAngle = 240deg
- **.cliHost[5].mobility.startAngle = 300deg
- # access point
- **.ap.wlan[*].mac.address = "10:00:00:00:00:00"
- **.srvHost.wlan[*].mac.address = "20:00:00:00:00:00"
- **.cliHost[*].wlan[*].mac.address = "auto"
- **.mgmt.accessPointAddress = "10:00:00:00:00:00"
- **.mgmt.frameCapacity = 10
- # nic settings
- **.wlan*.bitrate = 11Mbps
- **.mac.address = "auto"
- **.mac.maxQueueSize = 14
- **.mac.rtsThresholdBytes = 3000B
- **.wlan[*].mac.retryLimit = 7
- **.wlan[*].mac.cwMinData = 31
- **.wlan[*].mac.cwMinBroadcast = 31
- # cli
- **.cli.reqLength = 1000B
- **.cli.respLength = 0
- **.cli.destAddress = "20:00:00:00:00:00"
- **.cli.destStation = ""
- **.cli.sendInterval = 0.5ms
- [Config Throughput1]
- description = "6 hosts over AP"
- Throughput.numCli = 6
|