Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
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/SBC\nTraffic" as NET1
database "MySQL" as DB
    rectangle "**Remote Sensor**\nLocal Processing" 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 only\n(minimal traffic)
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