omnetpp.ini 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [General]
  2. network = RateControlTest
  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. **.numCli = 1
  9. **.constraintAreaMinX = 0m
  10. **.constraintAreaMinY = 0m
  11. **.constraintAreaMinZ = 0m
  12. **.constraintAreaMaxX = 1300m
  13. **.constraintAreaMaxY = 400m
  14. **.constraintAreaMaxZ = 50m
  15. **.obstacleLossType = "DielectricObstacleLoss"
  16. **.spaceMinX = 0m
  17. **.spaceMinY = 0m
  18. **.spaceMinZ = 0m
  19. **.spaceMaxX = 1300m
  20. **.spaceMaxY = 400m
  21. **.spaceMaxZ = 50m
  22. **.config = xmldoc("obstacles.xml")
  23. **.displayIntersections = true
  24. # access point
  25. **.sinkClient.wlan.mac.address = "20:00:00:00:00:00"
  26. **.cliHost[*].wlan.mac.address = "auto"
  27. # nic settings
  28. **.wlan*.bitrate = 1Mbps
  29. **.mac.maxQueueSize = 14
  30. **.mac.rtsThresholdBytes = 3000B
  31. **.mac.retryLimit = 7
  32. **.mac.cwMinData = 31
  33. **.mac.cwMinBroadcast = 31
  34. **.radio.transmitter.power = 50mW
  35. **.radio.receiver.sensitivity = -85dBm
  36. **.radio.receiver.snirThreshold = 4dB
  37. # cli
  38. **.cli.reqLength = 1000B
  39. **.cli.respLength = 0
  40. **.cli.destAddress = "20:00:00:00:00:00"
  41. **.cli.sendInterval = 100ms
  42. **.mac.rateControlModuleType = "AARFRateControl"
  43. # Mobility
  44. **.cliHost[*].mobility.startPos = 0
  45. **.cliHost[*].mobility.speed = 10mps
  46. **.sinkClient.mobility.startPos = 3
  47. **.sinkClient.mobility.speed = 5mps
  48. [Config Mac]
  49. **.wlan.macType = "Ieee80211CompatibleMac"