Ixsub: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="seqdiag" style="height: 600px"> | |||
seqdiag { | |||
clientTR; | |||
clientBrowser; | |||
transitionServer; | |||
extantServer; | |||
clientTR -> transitionServer [label = "submits traceroute output"]; | |||
transitionServer -> transitionServer [label = "parses output"]; | |||
transitionServer -> extantServer [label = "submits parsed output"]; | |||
extantServer -> transitionServer [label = "sends traceroute id"]; | |||
transitionServer -> clientTR [label = "sends traceroute id"]; | |||
clientBrowser --> transitionServer [label = "requests map view via traceroute id"]; | |||
clientBrowser --> extantServer [label = "requests detail view"]; | |||
} | |||
</div> | |||
Revision as of 01:59, 18 March 2015
seqdiag {
clientTR; clientBrowser; transitionServer; extantServer;
clientTR -> transitionServer [label = "submits traceroute output"]; transitionServer -> transitionServer [label = "parses output"]; transitionServer -> extantServer [label = "submits parsed output"]; extantServer -> transitionServer [label = "sends traceroute id"]; transitionServer -> clientTR [label = "sends traceroute id"]; clientBrowser --> transitionServer [label = "requests map view via traceroute id"]; clientBrowser --> extantServer [label = "requests detail view"];
}