fix(gateway): fix architecture diagram code block in README
This commit is contained in:
@@ -6,12 +6,9 @@ MQTT broker on each notification received.
|
|||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
```
|
```
|
||||||
Thingy:52 nodes Raspberry Pi MQTT broker
|
[Thingy #1] ──┐
|
||||||
[Thingy #1] --+
|
[Thingy #2] ──┼──(BLE)──> [Raspberry Pi / gateway.py] ──(MQTT)──> [Mosquitto]
|
||||||
|
|
[Thingy #n] ──┘
|
||||||
[Thingy #2] --+--> (BLE) --> [gateway.py] --> (MQTT) --> [Mosquitto]
|
|
||||||
|
|
|
||||||
[Thingy #n] --+
|
|
||||||
```
|
```
|
||||||
The gateway discovers nodes automatically by filtering BLE advertising packets
|
The gateway discovers nodes automatically by filtering BLE advertising packets
|
||||||
on the Nordic Configuration service UUID (`ef680100`). Once connected, it
|
on the Nordic Configuration service UUID (`ef680100`). Once connected, it
|
||||||
|
|||||||
Reference in New Issue
Block a user