omnetpp.ini 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [General]
  2. network = Throughput
  3. #cmdenv-output-file = omnetpp.log
  4. #debug-on-errors = true
  5. tkenv-plugin-path = ../../../etc/plugins
  6. #record-eventlog = true
  7. #debug-on-errors = true
  8. **.constraintAreaMinX = 0m
  9. **.constraintAreaMinY = 0m
  10. **.constraintAreaMinZ = 0m
  11. **.constraintAreaMaxX = 400m
  12. **.constraintAreaMaxY = 400m
  13. **.constraintAreaMaxZ = 0m
  14. # positions
  15. **.mobility.cx = 200m
  16. **.mobility.cy = 200m
  17. **.mobility.r = 100m
  18. **.mobility.speed = 1mps
  19. **.mobility.updateInterval = 100ms
  20. **.cliHost[0].mobility.startAngle = 0deg
  21. **.cliHost[1].mobility.startAngle = 60deg
  22. **.cliHost[2].mobility.startAngle = 120deg
  23. **.cliHost[3].mobility.startAngle = 180deg
  24. **.cliHost[4].mobility.startAngle = 240deg
  25. **.cliHost[5].mobility.startAngle = 300deg
  26. # access point
  27. **.srvHost.wlan.mac.address = "20:00:00:00:00:00"
  28. **.cliHost[*].wlan[*].mac.address = "auto"
  29. **.mgmt.frameCapacity = 10
  30. # nic settings
  31. **.wlan*.bitrate = 11Mbps
  32. **.mac.maxQueueSize = 14
  33. **.mac.rtsThresholdBytes = 1200B
  34. **.wlan[*].mac.retryLimit = 7
  35. **.wlan[*].mac.cwMinData = 31
  36. **.wlan[*].mac.cwMinBroadcast = 31
  37. # cli
  38. **.cli.reqLength = uniform(100B, 1500B)
  39. **.cli.respLength = 0
  40. **.cli.destAddress = "20:00:00:00:00:00"
  41. **.cli.destStation = ""
  42. **.cli.sendInterval = exponential(0.1ms)
  43. Throughput.numCli = 1
  44. [Config Mac]
  45. **.wlan.macType = "Ieee80211Mac"