Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
Line 1: Line 1:
<kroki lang="plantuml">
<kroki lang="plantuml">
@startuml
@startuml
title Remote Probing
title Remote Probing (Local Processing)


skinparam backgroundColor white
skinparam backgroundColor white
skinparam defaultFontColor #1e293b
skinparam ArrowColor #475569


skinparam rectangle {
frame "Test" {
     BackgroundColor #e0f4fc
     rectangle "A" as A
    BorderColor #00A7E3
    RoundCorner 8
}
}
skinparam database {
    BackgroundColor #fef3e2
    BorderColor #f78d1d
}
skinparam storage {
    BackgroundColor #f1f5f9
    BorderColor #475569
}
skinparam cloud {
    BackgroundColor #e0f4fc
    BorderColor #00719A
}
skinparam frame {
    BorderColor #64748b
}
frame "Remote Site" {
    cloud "Traffic" as NET1
    rectangle "Sensor" as SENSOR1
    storage "PCAP" as PCAP1
    NET1 -down-> SENSOR1 : capture
    SENSOR1 -down-> PCAP1 : packets
}
frame "Central Server" {
    rectangle "GUI" as GUI
    database "MySQL" as DB
}
SENSOR1 -right-> DB : CDR
GUI -down-> DB : query


@enduml
@enduml
</kroki>
</kroki>

Revision as of 20:02, 11 December 2025