omnetpp.ini 511 B

12345678910111213141516171819202122
  1. [General]
  2. network = Synchronized
  3. #record-eventlog = true
  4. tkenv-plugin-path = ../../../etc/plugins
  5. **.nodeCount = 30
  6. **.constraintAreaMinX = 0m
  7. **.constraintAreaMinY = 0m
  8. **.constraintAreaMinZ = 0m
  9. **.constraintAreaMaxX = 600m
  10. **.constraintAreaMaxY = 400m
  11. **.constraintAreaMaxZ = 0m
  12. **.node[*].udpApp[*].sendInterval = 20ms
  13. [Config Synchronized]
  14. **.node[*].udpApp[0].startTime = 20ms
  15. [Config NonSynchronized]
  16. **.node[*].udpApp[0].startTime = uniform(20ms, 40ms)
  17. #**.node[*].wlan[*].macType = "Ieee80211Mac"