omnetpp.ini 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. **.constraintAreaMinX = 0m
  8. **.constraintAreaMinY = 0m
  9. **.constraintAreaMinZ = 0m
  10. **.constraintAreaMaxX = 400m
  11. **.constraintAreaMaxY = 400m
  12. **.constraintAreaMaxZ = 0m
  13. # positions
  14. **.mobility.cx = 200m
  15. **.mobility.cy = 200m
  16. **.mobility.r = 100m
  17. **.mobility.speed = 1mps
  18. **.mobility.updateInterval = 100ms
  19. **.cliHost[0].mobility.startAngle = 0deg
  20. **.cliHost[1].mobility.startAngle = 60deg
  21. **.cliHost[2].mobility.startAngle = 120deg
  22. **.cliHost[3].mobility.startAngle = 180deg
  23. **.cliHost[4].mobility.startAngle = 240deg
  24. **.cliHost[5].mobility.startAngle = 300deg
  25. # access point
  26. **.ap.wlan[*].mac.address = "10:00:00:00:00:00"
  27. **.srvHost.wlan[*].mac.address = "20:00:00:00:00:00"
  28. **.cliHost[*].wlan[*].mac.address = "auto"
  29. **.mgmt.accessPointAddress = "10:00:00:00:00:00"
  30. **.mgmt.frameCapacity = 10
  31. # nic settings
  32. **.wlan*.bitrate = 11Mbps
  33. **.mac.address = "auto"
  34. **.mac.maxQueueSize = 14
  35. **.mac.rtsThresholdBytes = 3000B
  36. **.wlan[*].mac.retryLimit = 7
  37. **.wlan[*].mac.cwMinData = 31
  38. **.wlan[*].mac.cwMinBroadcast = 31
  39. # cli
  40. **.cli.reqLength = 1000B
  41. **.cli.respLength = 0
  42. **.cli.destAddress = "20:00:00:00:00:00"
  43. **.cli.destStation = ""
  44. **.cli.sendInterval = 0.5ms
  45. [Config Throughput1]
  46. description = "6 hosts over AP"
  47. Throughput.numCli = 6