omnetpp.ini 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [General]
  2. network = HandoverNetwork
  3. tkenv-plugin-path = ../../../etc/plugins
  4. #debug-on-errors = true
  5. #record-eventlog = true
  6. **.constraintAreaMinX = 0m
  7. **.constraintAreaMinY = 0m
  8. **.constraintAreaMinZ = 0m
  9. **.constraintAreaMaxX = 600m
  10. **.constraintAreaMaxY = 400m
  11. **.constraintAreaMaxZ = 0m
  12. # channel physical parameters
  13. **.mgmt.numChannels = 5
  14. # access point
  15. **.ap1.wlan[*].mac.address = "10:00:00:00:00:00"
  16. **.ap2.wlan[*].mac.address = "20:00:00:00:00:00"
  17. **.ap1.wlan[*].mgmt.ssid = "AP1"
  18. **.ap2.wlan[*].mgmt.ssid = "AP2"
  19. **.ap*.wlan[*].mgmt.beaconInterval = 100ms
  20. **.wlan[*].mgmt.numAuthSteps = 4
  21. **.mgmt.frameCapacity = 10
  22. # mobility
  23. **.mobility.initFromDisplayString = true
  24. **.host*.mobilityType = "LinearMobility"
  25. **.host*.mobility.speed = 10mps
  26. **.host*.mobility.angle = 0
  27. **.host*.mobility.acceleration = 0
  28. **.host*.mobility.updateInterval = 100ms
  29. # wireless channels
  30. **.ap1.wlan[*].radio.channelNumber = 2
  31. **.ap2.wlan[*].radio.channelNumber = 3
  32. **.host.wlan[*].radio.channelNumber = 0 # just initially -- it'll scan
  33. # wireless configuration
  34. **.wlan*.bitrate = 2Mbps
  35. **.wlan[*].agent.activeScan = true
  36. **.wlan[*].agent.default_ssid = ""
  37. **.wlan[*].agent.channelsToScan = "" # "" means all
  38. **.wlan[*].agent.probeDelay = 0.1s
  39. **.wlan[*].agent.minChannelTime = 0.15s
  40. **.wlan[*].agent.maxChannelTime = 0.3s
  41. **.wlan[*].agent.authenticationTimeout = 5s
  42. **.wlan[*].agent.associationTimeout = 5s
  43. **.mac.address = "auto"
  44. **.mac.maxQueueSize = 14
  45. **.mac.rtsThresholdBytes = 4000B
  46. **.wlan[*].mac.retryLimit = 7
  47. **.wlan[*].mac.cwMinData = 7
  48. **.wlan[*].mac.cwMinBroadcast = 31
  49. **.radio.transmitter.power = 2.0mW