123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- [General]
- network = HandoverNetwork
- tkenv-plugin-path = ../../../etc/plugins
- #debug-on-errors = true
- #record-eventlog = true
- **.constraintAreaMinX = 0m
- **.constraintAreaMinY = 0m
- **.constraintAreaMinZ = 0m
- **.constraintAreaMaxX = 600m
- **.constraintAreaMaxY = 400m
- **.constraintAreaMaxZ = 0m
- # channel physical parameters
- **.mgmt.numChannels = 5
- # access point
- **.ap1.wlan[*].mac.address = "10:00:00:00:00:00"
- **.ap2.wlan[*].mac.address = "20:00:00:00:00:00"
- **.ap1.wlan[*].mgmt.ssid = "AP1"
- **.ap2.wlan[*].mgmt.ssid = "AP2"
- **.ap*.wlan[*].mgmt.beaconInterval = 100ms
- **.wlan[*].mgmt.numAuthSteps = 4
- **.mgmt.frameCapacity = 10
- # mobility
- **.mobility.initFromDisplayString = true
- **.host*.mobilityType = "LinearMobility"
- **.host*.mobility.speed = 10mps
- **.host*.mobility.angle = 0
- **.host*.mobility.acceleration = 0
- **.host*.mobility.updateInterval = 100ms
- # wireless channels
- **.ap1.wlan[*].radio.channelNumber = 2
- **.ap2.wlan[*].radio.channelNumber = 3
- **.host.wlan[*].radio.channelNumber = 0 # just initially -- it'll scan
- # wireless configuration
- **.wlan*.bitrate = 2Mbps
- **.wlan[*].agent.activeScan = true
- **.wlan[*].agent.default_ssid = ""
- **.wlan[*].agent.channelsToScan = "" # "" means all
- **.wlan[*].agent.probeDelay = 0.1s
- **.wlan[*].agent.minChannelTime = 0.15s
- **.wlan[*].agent.maxChannelTime = 0.3s
- **.wlan[*].agent.authenticationTimeout = 5s
- **.wlan[*].agent.associationTimeout = 5s
- **.mac.address = "auto"
- **.mac.maxQueueSize = 14
- **.mac.rtsThresholdBytes = 4000B
- **.wlan[*].mac.retryLimit = 7
- **.wlan[*].mac.cwMinData = 7
- **.wlan[*].mac.cwMinBroadcast = 31
- **.radio.transmitter.power = 2.0mW
|