CRYVISIL/docs/source/interlinks/network/Cryvisil-Net.rst
author weiher
Mon, 04 Jun 2018 16:38:36 +0200
changeset 18 57431f642e82
parent 6 55949e8c66c3
permissions -rw-r--r--
Minor additions for comprehension and changes in the document structure

-------------------------------
Cryvisil connections (hardware)
-------------------------------

This is an overview of the connections (ethernet, serial)

.. uml::
   
   @startuml
   
   node Switch48Port
   node Switch12Port
   node MVME6100
   node Moxa01

   Switch48Port <-> Switch12Port

   Switch12Port <-> MVME6100
   Switch12Port <-> Moxa01 

   cloud Moxa01 {
       node moxa01
       node PfeifferTPG256A
       node CPUDebug
   }
 
   moxa01 <-[#CCCCCC]down-> PfeifferTPG256A : P2
   moxa01 <-[#CCCCCC]down-> CPUDebug : P1 to Debug, 9600 Baud
   @enduml