Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UDP Communication

File Transfer

Graphviz


digraphddigraph G \{ rankdir=LR 


<source>
            node [shape=rectangle, color=blue, label="JADE AgentClient"] 
            node1 [shape=rectangle, color=blue , label="Firewall" ] 
            node2 [shape=rectanglebox, color=blue , label="JADE Background Service (JADEBS)"] 
            node3 [shape=rectangle, color=blue , label="Firewall"] 
            node4 [shape=rectangle, color=blue , label="Database"] 
       
</source>

node0 -> node1 [label="      " , dir=both ,fontsize=10.0, arrowhead=boxnormal, headlabel="TCP/UDP 5432                                      ", arrowtail="none", taillabel="" , minlen="3" ] ;    
node1  ->node2 [label="      " , dir=both ,fontsize=10.0, arrowhead=boxnormal, headlabel="", arrowtail="box", taillabel="                                 TCP/UDP 5432" 

, minlen="3" ] ;    
node2 -> node3 [label="TCP" arrowhead=box ];    
node3->node4 [label="TCP"] 


\}