Test UML: Difference between revisions

From VoIPmonitor.org
(Fix lang attribute)
(Simple architecture test)
Line 1: Line 1:
== Test PlantUML ==
<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
Alice -> Bob: Hello
skinparam backgroundColor white
Bob --> Alice: Hi there
skinparam shadowing false
skinparam rectangleBackgroundColor #e3f2fd
skinparam databaseBackgroundColor #fff3e0
skinparam storageBackgroundColor #f3e5f5
 
title VoIPmonitor Architecture
 
rectangle "Web GUI\n(PHP + C++)" as GUI
database "MySQL/MariaDB\nDatabase" as DB
rectangle "Sensor\n(Sniffer)" as SENSOR
cloud "Network\nTraffic" as NET
storage "PCAP\nStorage" as PCAP
 
NET --> SENSOR : capture
SENSOR --> DB : CDR
SENSOR --> PCAP : packets
GUI --> DB : query
GUI --> PCAP : recordings
GUI ..> SENSOR : live sniffer
 
@enduml
@enduml
</kroki>
</kroki>

Revision as of 19:26, 11 December 2025