Test Frame: Difference between revisions

From VoIPmonitor.org
No edit summary
No edit summary
Line 33: Line 33:


frame "Remote Site" {
frame "Remote Site" {
     cloud "PBX/SBC\nTraffic" as NET1
     cloud "PBX/SBC Traffic" as NET1
     rectangle "**Remote Sensor**\nLocal Processing" as SENSOR1
     rectangle "Remote Sensor" as SENSOR1
     storage "PCAP" as PCAP1
     storage "PCAP" as PCAP1
     NET1 -down-> SENSOR1 : capture
     NET1 -down-> SENSOR1 : capture
Line 41: Line 41:


frame "Central Server" {
frame "Central Server" {
     rectangle "**Web GUI**" as GUI
     rectangle "Web GUI" as GUI
     database "**MySQL**" as DB
     database "MySQL" as DB
}
}



Revision as of 20:00, 11 December 2025