2,154
edits
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
seqdiag { | seqdiag { | ||
clientTR; | |||
clientBrowser; | clientBrowser; | ||
transitionServer; | transitionServer; | ||
extantServer; | |||
clientTR -> transitionServer [label = "submits traceroute output"]; | |||
transitionServer -> transitionServer [label = "parses output"]; | transitionServer -> transitionServer [label = "parses and stores output"]; | ||
transitionServer -> | transitionServer -> extantServer [label = "submits parsed output"]; | ||
transitionServer -> | extantServer -> transitionServer [label = "sends traceroute id"]; | ||
clientBrowser -->transitionServer [label = "requests | transitionServer -> clientTR [label = "sends traceroute id"]; | ||
clientTR -> clientBrowser [label = "opens id'd view"]; | |||
clientBrowser --> transitionServer [label = "requests transition view via traceroute id"]; | |||
clientBrowser --> extantServer [label = "requests extant view"]; | |||
} | } | ||