Test Block: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<kroki lang="mermaid"> | <kroki lang="mermaid"> | ||
flowchart TB | flowchart TB | ||
NET([Network\nSIP / RTP / WebRTC]) | |||
subgraph SENSOR[Sensor] | subgraph SENSOR[Sensor] | ||
| Line 50: | Line 9: | ||
subgraph STORAGE[Storage] | subgraph STORAGE[Storage] | ||
DB[(MySQL/MariaDB)] | DB[(MySQL/MariaDB\nCDR Data)] | ||
PCAP[(PCAP Files)] | PCAP[(PCAP Files\nRecordings)] | ||
end | end | ||
subgraph GUI[Web GUI] | subgraph GUI[Web GUI] | ||
WEB[Web Interface] | WEB[Web Interface] | ||
REP[Reports] | REP[Reports & Playback] | ||
end | end | ||
| Line 65: | Line 24: | ||
GUI --> |playback| PCAP | GUI --> |playback| PCAP | ||
style NET fill:# | style NET fill:#fff,stroke:#00719A,stroke-width:2px,color:#1e293b | ||
style SENSOR fill:# | style SENSOR fill:#fff,stroke:#00A7E3,stroke-width:2px,color:#1e293b | ||
style STORAGE fill:# | style STORAGE fill:#fff,stroke:#f78d1d,stroke-width:2px,color:#1e293b | ||
style GUI fill:# | style GUI fill:#fff,stroke:#00A7E3,stroke-width:2px,color:#1e293b | ||
style DB fill:#fff,stroke:#f78d1d,color:#1e293b | |||
style PCAP fill:#fff,stroke:#f78d1d,color:#1e293b | |||
style CAP fill:#e0f4fc,stroke:#00A7E3,color:#1e293b | |||
style QA fill:#e0f4fc,stroke:#00A7E3,color:#1e293b | |||
style WEB fill:#e0f4fc,stroke:#00A7E3,color:#1e293b | |||
style REP fill:#e0f4fc,stroke:#00A7E3,color:#1e293b | |||
style | |||
style | |||
style | |||
style | |||
</kroki> | </kroki> | ||