From 0515178126d1a35fcab2df1df57d48467b15a0bb Mon Sep 17 00:00:00 2001 From: Tilen Komel <46865859+KomelT@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:51:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0cb2d..e6456ff 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ My version of the map is available at https://meshtastic.liamcottle.net ## How does it work? -- An [mqtt client](./src/mqtt.js) is persistently connected to `mqtt.meshtastic.org` and subscribed to the `#` topic. +- An [mqtt client](./src/mqtt.js) is persistently connected to `mqtt.meshtastic.org` and subscribed to the `msh/#` topic. - All messages received are attempted to be decoded as [ServiceEnvelope](https://buf.build/meshtastic/protobufs/docs/main:meshtastic#meshtastic.ServiceEnvelope) packets. - If a packet is encrypted, it attempts to decrypt it with the default `AQ==` key. - If a packet can't be decoded as a `ServiceEnvelope`, it is ignored.