Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
 
(11 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" {
    rectangle "**Web GUI**" as GUI
    database "**MySQL**" as DB
}


NET1 -down-> SENSOR1 : capture
SENSOR1 -down-> PCAP1 : packets
SENSOR1 -right-> DB : CDR only
SENSOR1 -right-> DB : CDR only
GUI -down-> DB : query
GUI -down-> DB : query
note right of SENSOR1 : Remote Site
note right of DB : Central Server


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

Latest revision as of 20:02, 11 December 2025