omnetpp.ini 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [General]
  2. network = Throughput
  3. #cmdenv-output-file = omnetpp.log
  4. cmdenv-express-mode = false
  5. #debug-on-errors = true
  6. tkenv-plugin-path = ../../../etc/plugins
  7. #record-eventlog = true
  8. **.constraintAreaMinX = 0m
  9. **.constraintAreaMinY = 0m
  10. **.constraintAreaMinZ = 0m
  11. **.constraintAreaMaxX = 400m
  12. **.constraintAreaMaxY = 400m
  13. **.constraintAreaMaxZ = 0m
  14. # access point
  15. **.ap.wlan.mac.address = "10:00:00:00:00:00"
  16. **.cliHost[*].wlan.mac.address = "auto"
  17. **.mgmt.accessPointAddress = "10:00:00:00:00:00"
  18. **.mgmt.frameCapacity = 10
  19. # nic settings
  20. **.wlan*.bitrate = 1Mbps
  21. **.mac.maxQueueSize = 14
  22. **.mac.rtsThresholdBytes = 3000B
  23. **.mac.retryLimit = 7
  24. **.mac.cwMinData = 31
  25. **.mac.cwMinBroadcast = 31
  26. **.radio.transmitter.power = 20mW
  27. **.radio.receiver.sensitivity = -85dBm
  28. **.radio.receiver.snirThreshold = 4dB
  29. # cli
  30. **.cli.reqLength = 1000B
  31. **.cli.respLength = 0
  32. **.cli.destAddress = "20:00:00:00:00:00"
  33. **.cli.sendInterval = 0.5ms # 16 Mbps
  34. [Config Throughput1]
  35. description = "1 host to AP"
  36. Throughput.numCli = 1
  37. [Config Throughput2]
  38. description = "3 hosts to AP"
  39. Throughput.numCli = 3
  40. [Config Mac]
  41. extends = Throughput2
  42. **.wlan.macType = "Ieee80211CompatibleMac"