Diagram: FROST with MQTT brokers + OpenRemote UI above Manager (UI->ORM)

This commit is contained in:
Eric FELIXINE
2026-05-04 21:34:59 -04:00
parent 54ac36412d
commit d3e2b103c6
2 changed files with 6 additions and 6 deletions

View File

@@ -15,9 +15,10 @@ graph TB
EMQ[EMQX]
MOS[Mosquitto]
BUN[BunkerM]
FRO[FROST-Server]
ORI[Orion-LD]
STE[Stellio]
FRO[FROST-Server]
UI[OpenRemote UI]
ORM[OpenRemote Manager]
KC[Keycloak]
INF[InfluxDB]
@@ -25,7 +26,6 @@ graph TB
GEO[GeoServer]
GRA[Grafana]
MAP[MapStore]
UI[OpenRemote UI]
SIM --> EMQ
SIM --> MOS
@@ -46,7 +46,7 @@ graph TB
BUN -->|via BunkerM| STE
BUN -->|via BunkerM| FRO
BUN --> ORM
ORM --> UI
UI --> ORM
ORM -.-> KC
SIM --> INF
ORI --> GRA