omnetpp.ini 952 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # RIP test network.
  3. #
  4. [General]
  5. description = "Dynamic test"
  6. network = DynamicTest
  7. #record-eventlog = true
  8. # debug-on-errors = true
  9. tkenv-plugin-path = ../../../etc/plugins
  10. sim-time-limit = 600s
  11. **.numUdpApps = 2
  12. **.udpApp[0].typename = "UDPBasicApp"
  13. **.udpApp[0].destPort = 1234
  14. **.udpApp[0].messageLength = 32 bytes
  15. **.udpApp[0].sendInterval = 1s
  16. **.udpApp[0].startTime = 100s
  17. **.udpApp[0].stopTime = this.startTime + 400s
  18. **.H2.udpApp[0].destAddresses = "H1"
  19. **.H1.udpApp[0].destAddresses = "H2"
  20. **.udpApp[1].typename = "UDPSink"
  21. **.udpApp[1].localPort = 1234
  22. **.arp.cacheTimeout = 1s
  23. **.ripConfig = xmldoc("RIPConfig.xml")
  24. *.configurator.addStaticRoutes = false
  25. *.configurator.addSubnetRoutes = false
  26. *.configurator.addDefaultRoutes = false
  27. [Config stable]
  28. *.scenarioManager.script = xml("<empty/>")
  29. [Config dynamic1]
  30. *.scenarioManager.script = xmldoc("scenario1.xml")
  31. [Config dynamic2]
  32. *.scenarioManager.script = xmldoc("scenario2.xml")