1234567891011121314151617181920212223242526272829303132333435 |
- {
- devices:[
- {
- id:"Alice",
- type:"NullComputer",
- ports:1,
- x:0.25,
- y:0.5,
- player:true
- },
- {
- id:"Google",
- type:"NullComputer",
- ports:1,
- x:0.75,
- y:0.5,
- bufferWait:260
- }
- ],
- links:[
- {
- src:"Alice", srcport:0,
- dst:"Google", dstport:0
- }
- ],
- timeline:[],
- triggers:{
- t0:{
- type:"packet",
- device:"Google",
- times:50
- }
- },
- nextLevel:"03 DoS/dos02.json"
- }
|