acep-uaf / data-diode

Tool for interacting with data diode(s) via command-line interface (CLI).
MIT License
2 stars 1 forks source link

Scriptable network architecture diagram #9

Closed TechSolomon closed 2 months ago

TechSolomon commented 5 months ago

xref: #5

TechSolomon commented 4 months ago

Topology

flowchart LR
  subgraph TCP
    direction TB
    subgraph B1
        direction RL
        i1 -->f1
    end
    subgraph B2
        direction BT
        i2 -->f2
    end
  end
  A --> TCP --> B
  B1 --> B2

flowchart TD
    id{{"⏭️ Data Diode"}}

sequenceDiagram
    critical OT Network
        A-->B: connect
    end