omnetpp.ini 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [General]
  2. network = HiddenNode
  3. description = "It is a wireless network for simulating the hidden node problem"
  4. #cmdenv-output-file = omnetpp.log
  5. #debug-on-errors = true
  6. tkenv-plugin-path = ../../../etc/plugins
  7. #record-eventlog = true
  8. #num-rngs = 3
  9. #seed-1-mt = 0
  10. #seed-2-mt = 0
  11. **.A.wlan.radio.receiver.energyDetection = -80dBm
  12. **.A.wlan.radio.receiver.sensitivity = -70dBm
  13. **.C.wlan.radio.receiver.energyDetection = -80dBm
  14. **.C.wlan.radio.receiver.sensitivity = -70dBm
  15. **.B.wlan.radio.transmitter.power = 200mW
  16. **.A.mobility.initialX = 159m
  17. **.A.mobility.initialY = 143m
  18. **.B.mobility.initialX = 316m
  19. **.B.mobility.initialY = 143m
  20. **.C.mobility.initialX = 473m
  21. **.C.mobility.initialY = 143m
  22. **.constraintAreaMinX = 0m
  23. **.constraintAreaMinY = 0m
  24. **.constraintAreaMinZ = 0m
  25. **.constraintAreaMaxX = 600m
  26. **.constraintAreaMaxY = 600m
  27. **.constraintAreaMaxZ = 0m
  28. # access point
  29. **.B.wlan.mac.address = "20:00:00:00:00:00"
  30. **.A.wlan.mac.address = "auto"
  31. **.C.wlan.mac.address = "auto"
  32. **.mgmt.frameCapacity = 10
  33. # nic settings
  34. **.wlan*.bitrate = 1Mbps
  35. **.wlan*.mac.basicBitrate = 1Mbps
  36. **.mac.maxQueueSize = 14
  37. **.mac.rtsThresholdBytes = 3000B
  38. **.wlan[*].mac.retryLimit = 7
  39. **.wlan[*].mac.cwMinData = 31
  40. **.wlan[*].mac.cwMinBroadcast = 31
  41. #**.A.wlan.mac.rng-0 = 1
  42. #**.C.wlan.mac.rng-0 = 2
  43. # cli
  44. **.cli.reqLength = 1000B
  45. **.cli.respLength = 0
  46. **.cli.destAddress = "20:00:00:00:00:00"
  47. **.cli.destStation = ""
  48. **.cli.sendInterval = 0.5ms