Ixsub: Difference between revisions

Jump to navigation Jump to search
11 bytes added ,  18 March 2015
no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
{{SH_Rev|5470|20100710233212|User:David Mason|Vivienne Poy}}{{SH_UseTemplate|Template:AAType|3540}}{{SH_Properties|}}
<div class="seqdiag" style="height: 600px">
{{SH_Categories|}}
 
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"];
 
}
 
 
</div>

Navigation menu