Ixsub

From zooid Wiki
Revision as of 22:21, 4 March 2015 by DavidM (talk | contribs) (Created page with "<div class="seqdiag"> seqdiag { client; transitionServer; IXmapsServer; client -> transitionServer [label = "submits traceroute output"]; transitionServer -> client [la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

seqdiag { client; transitionServer; IXmapsServer;

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