commit
80514974be
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue