Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 557 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 557 Bytes

KVEng Security System

Strcuture

flowchart LR
subgraph KEng Security System
  ksc0[KEng Security Controller   ]
  kse1[KEng Security EndPoint #1  ]
  kse2[KEng Security EndPoint #2  ]
  kse3[KEng Security EndPoint #3  ]
  kse4[KEng Security EndPoint ... ]
  kse5[KEng Security EndPoint #N  ]

  ksc0 -. Manage .-> kse1
  ksc0 -. Manage .-> kse2
  ksc0 -. Manage .-> kse3
  ksc0 -. Manage .-> kse4
  ksc0 -. Manage .-> kse5
end
Loading

Copyright © 2022 KevinZonda Engineering. All rights reserved.