Changes between Version 9 and Version 10 of BotnetExample
- Timestamp:
- Nov 4, 2010 4:57:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BotnetExample
v9 v10 50 50 * '''Logical topology:''' 51 51 52 Objects:52 '''Objects:''' 53 53 54 54 Peer extends Node … … 60 60 Leader := {Peer[] slaves = {} } 61 61 62 Cardinality:62 '''Cardinality:''' 63 63 64 64 |Peer|,,>=2,, … … 66 66 |Leader|,,>=1,, 67 67 68 Relationships:68 '''Relationships:''' 69 69 70 70 71 71 * '''Timeline of events: ''' 72 72 73 Definitions:73 '''Definitions:''' 74 74 75 75 each Peer peer1, some Peer peer2: … … 95 95 e6 := {type = REPORT, origin = x, destination = x, String report = r} 96 96 97 Timeline:97 '''Timeline:''' 98 98 99 99 e1 -> [s1 and e2 -> s2] || e3 -> s3 -> e4 -> e5 -> [e6]