Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
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
Line 28: Line 28:
}
}


skinparam frame {
cloud "PBX/SBC Traffic" as NET1
    BorderColor #64748b
rectangle "Remote Sensor\nLocal Processing" as SENSOR1
}
storage "PCAP" as PCAP1


frame "Remote Site" {
rectangle "Web GUI" as GUI
    cloud "PBX Traffic" as NET1
database "MySQL" as DB
    rectangle "Sensor" as SENSOR1
    storage "PCAP" as PCAP1
    NET1 -down-> SENSOR1 : capture
    SENSOR1 -down-> PCAP1 : packets
}


frame "Central Server" {
NET1 -down-> SENSOR1 : capture
    rectangle "Web GUI" as GUI
SENSOR1 -down-> PCAP1 : packets
    database "MySQL" as DB
SENSOR1 -right-> DB : CDR only
}
GUI -down-> DB : query


SENSOR1 -right-> DB : CDR
note right of SENSOR1 : Remote Site
GUI -down-> DB : query
note right of DB : Central Server


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

Latest revision as of 20:02, 11 December 2025