No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="seqdiag" style="height: 600px">
<div style="float: left; width: 60%">
 
'''Event''': Start: [[Start date::{{{Start date}}}]];
seqdiag {
End: [[End date::{{{End date}}}]];
  clientTracerouteRunner;
[[Location::{{{Location}}}]]
  clientBrowser;
{{ #set: GPS={{ #geocode: {{{Location}}} }}}}
  transitionServer;
Download in {{#ask: [[{{PAGENAME}}]]
  extantServer;
| ?Start date = start
 
| ?End date = end
  clientTR -> transitionServer [label =  "submits traceroute output"];
| ?Location
  transitionServer -> transitionServer [label = "parses output"];
| format=icalendar
  transitionServer -> extantServer [label = "submits parsed output"];
}} | [[Events|Browse all events]]
  extantServer -> transitionServer [label = "sends traceroute id"];
  transitionServer -> client [label = "sends traceroute id"];
  clientBrowser --> transitionServer [label = "requests map view via traceroute id"];
  clientBrowser --> extantServer [label = "requests detail view"];
 
}
 
 
</div>
</div>
<div style="float: right; width: 37%">
{{#semantic_google_map:{{ #geocode: {{{Location}}}}}|14|G_NORMAL_MAP|GSmallMapControl|pmap|300|200}}
</div>
<br class="cleared" />
</includeonly>

Latest revision as of 23:13, 28 June 2012

seqdiag {

 clientTracerouteRunner;
 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 -> client [label = "sends traceroute id"];
 clientBrowser --> transitionServer [label = "requests map view via traceroute id"];
 clientBrowser --> extantServer [label = "requests detail view"];

}