Ixsub: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
(Created page with "<div class="seqdiag"> seqdiag { client; transitionServer; IXmapsServer; client -> transitionServer [label = "submits traceroute output"]; transitionServer -> client [la...")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="seqdiag">
<div class="seqdiag" style="height: 600px">
 
seqdiag {
seqdiag {
client;
  clientTR;
transitionServer;
  clientBrowser;
IXmapsServer;
  transitionServer;
  extantServer;
 
  clientTR -> transitionServer [label =  "submits traceroute output"];
  transitionServer -> transitionServer [label = "parses and stores output"];
  transitionServer -> extantServer [label = "submits parsed output"];
  extantServer -> transitionServer [label = "sends traceroute id"];
  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"];


client -> transitionServer [label =  "submits traceroute output"];
transitionServer -> client [label = "sends traceroute id"];
transitionServer --> transitionServer [label = "parses output"];
transitionServer --> IXmapServer [label = "submits parsed output"];
}
}
</div>
</div>

Latest revision as of 02:03, 18 March 2015

seqdiag {

 clientTR;
 clientBrowser;
 transitionServer;
 extantServer;
 clientTR -> transitionServer [label =  "submits traceroute output"];
 transitionServer -> transitionServer [label = "parses and stores output"];
 transitionServer -> extantServer [label = "submits parsed output"];
 extantServer -> transitionServer [label = "sends traceroute id"];
 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"];

}