Ixsub: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div class="seqdiag" style="min-height: 600px">
<div class="seqdiag" style="height: 600px">
seqdiag {
seqdiag {
client;
client;
Line 10: Line 10:
transitionServer --> IXmapServer [label = "submits parsed output"];
transitionServer --> IXmapServer [label = "submits parsed output"];
}
}
</div>
</div>

Revision as of 22:23, 4 March 2015

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"]; }