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"> | <div class="seqdiag" style="height: 600px"> | ||
seqdiag { | |||
client; | |||
clientBrowser; | |||
transitionServer; | |||
IXmapsServer; | |||
client -> transitionServer [label = "submits traceroute output"]; | |||
transitionServer -> transitionServer [label = "parses output"]; | |||
transitionServer -> IXmapsServer [label = "submits parsed output"]; | |||
transitionServer -> client [label = "sends traceroute id"]; | |||
clientBrowser -->transitionServer [label = "requests map view via traceroute id"]; | |||
} | } | ||
</div> | </div> |
Revision as of 22:28, 4 March 2015
seqdiag {
client; clientBrowser; transitionServer; IXmapsServer;
client -> transitionServer [label = "submits traceroute output"]; transitionServer -> transitionServer [label = "parses output"]; transitionServer -> IXmapsServer [label = "submits parsed output"]; transitionServer -> client [label = "sends traceroute id"]; clientBrowser -->transitionServer [label = "requests map view via traceroute id"];
}