From d79f934aae7d6e6526ca602e464f1a45707c755e Mon Sep 17 00:00:00 2001 From: DjeAvd Date: Wed, 8 Apr 2026 10:45:11 +0200 Subject: [PATCH] fix(gateway): fix architecture diagram code block in README --- gateway/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gateway/README.md b/gateway/README.md index 90b5306..8060491 100644 --- a/gateway/README.md +++ b/gateway/README.md @@ -6,12 +6,9 @@ MQTT broker on each notification received. ## Architecture ``` -Thingy:52 nodes Raspberry Pi MQTT broker -[Thingy #1] --+ -| -[Thingy #2] --+--> (BLE) --> [gateway.py] --> (MQTT) --> [Mosquitto] -| -[Thingy #n] --+ +[Thingy #1] ──┐ +[Thingy #2] ──┼──(BLE)──> [Raspberry Pi / gateway.py] ──(MQTT)──> [Mosquitto] +[Thingy #n] ──┘ ``` The gateway discovers nodes automatically by filtering BLE advertising packets on the Nordic Configuration service UUID (`ef680100`). Once connected, it