Test UML: Difference between revisions

From VoIPmonitor.org
(Simple architecture test)
(Minimal test)
Line 1: Line 1:
<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
skinparam backgroundColor white
skinparam shadowing false
skinparam rectangleBackgroundColor #e3f2fd
skinparam databaseBackgroundColor #fff3e0
skinparam storageBackgroundColor #f3e5f5
title VoIPmonitor Architecture
title VoIPmonitor Architecture


rectangle "Web GUI\n(PHP + C++)" as GUI
rectangle "Web GUI" as GUI
database "MySQL/MariaDB\nDatabase" as DB
database "MySQL/MariaDB" as DB
rectangle "Sensor\n(Sniffer)" as SENSOR
rectangle "Sensor (Sniffer)" as SENSOR
cloud "Network\nTraffic" as NET
cloud "Network Traffic" as NET
storage "PCAP\nStorage" as PCAP
storage "PCAP Storage" as PCAP


NET --> SENSOR : capture
NET --> SENSOR : capture
Line 21: Line 15:
GUI --> PCAP : recordings
GUI --> PCAP : recordings
GUI ..> SENSOR : live sniffer
GUI ..> SENSOR : live sniffer
@enduml
@enduml
</kroki>
</kroki>

Revision as of 19:27, 11 December 2025