template.properties 628 B

123456789101112131415161718192021222324252627282930313233343536
  1. templateName = Create New INET Simulation
  2. templateDescription = Wizard Generate a new Inet simulation
  3. templateCategory = Generated Wizards
  4. supportedWizardTypes = simulation
  5. # template variables
  6. #...
  7. description =
  8. tcpDataTraffic = true
  9. telnetTraffic = false
  10. pingTraffic = false
  11. videoStreamUdpTraffic = false
  12. videoStreamRtpTraffic = false
  13. sctpTraffic = false
  14. # IPv4/IPv6
  15. ipv4Layer = true
  16. ipv6Layer = false
  17. # TCP/TCP_old/TCP_NSC
  18. serverTcpLayer = TCP
  19. # TCP/TCP_old/TCP_NSC
  20. clientTcpLayer = TCP
  21. # custom wizard pages
  22. #...
  23. page.1.file = wizardpage.xswt
  24. page.1.title = Options
  25. page.1.description = Select options below