omnetpp.ini 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [General]
  2. network = Crosstalk
  3. tkenv-plugin-path = ../../../etc/plugins
  4. #record-eventlog = true
  5. sim-time-limit = 0.1s
  6. seed-set = 1
  7. **.constraintAreaMinX = 0m
  8. **.constraintAreaMinY = 0m
  9. **.constraintAreaMinZ = 0m
  10. **.constraintAreaMaxX = 100m
  11. **.constraintAreaMaxY = 100m
  12. **.constraintAreaMaxZ = 0m
  13. # mobility
  14. *.*Node[*].mobilityType = "StationaryMobility"
  15. *.*Node[*].mobility.initFromDisplayString = false
  16. # udpApp
  17. *.*Node[*].numUdpApps = 1
  18. *.*Node[0].udpApp[0].typename = "UDPSink"
  19. *.*Node[*].udpApp[0].typename = "UDPBasicApp"
  20. *.*Node[*].udpApp[0].localPort = 100
  21. *.*Node[*].udpApp[0].destPort = 100
  22. *.*Node[*].udpApp[0].messageLength = 1250B
  23. *.*Node[*].udpApp[0].startTime = exponential(100us)
  24. *.*Node[*].udpApp[0].sendInterval = exponential(100us)
  25. *.aNode[*].udpApp[0].destAddresses = "aNode[0]"
  26. *.bNode[*].udpApp[0].destAddresses = "bNode[0]"
  27. # nic
  28. *.*Node[*].wlan[*].radioType = "Ieee80211DimensionalRadio"
  29. # medium
  30. *.radioMedium.backgroundNoise.dimensions = "time frequency"
  31. # radio
  32. *.*Node[*].wlan[*].radio.bandwidth = 20 MHz
  33. *.*Node[*].wlan[*].radio.transmitter.dimensions = "time frequency"
  34. *.aNode[*].wlan[*].radio.channelNumber = 1
  35. *.bNode[*].wlan[*].radio.channelNumber = ${channelNumber=2..10}