dos01.json 411 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. devices:[
  3. {
  4. id:"Alice",
  5. type:"NullComputer",
  6. ports:1,
  7. x:0.25,
  8. y:0.5,
  9. player:true
  10. },
  11. {
  12. id:"Google",
  13. type:"NullComputer",
  14. ports:1,
  15. x:0.75,
  16. y:0.5,
  17. bufferWait:260
  18. }
  19. ],
  20. links:[
  21. {
  22. src:"Alice", srcport:0,
  23. dst:"Google", dstport:0
  24. }
  25. ],
  26. timeline:[],
  27. triggers:{
  28. t0:{
  29. type:"packet",
  30. device:"Google",
  31. times:50
  32. }
  33. },
  34. nextLevel:"03 DoS/dos02.json"
  35. }