joshpirihi / meshtastic-mqtt

A python script to translate Meshtastic packets into a plain format. Currently sends positions to a Traccar instance, and publishes battery % and environmental plugin data to its own topic (eg for Grafana)
32 stars 9 forks source link

Support encrypted protobufs #6

Closed joshpirihi closed 2 years ago

joshpirihi commented 2 years ago

Add a step to decrypt the payload so that users can leave encryption turned on in their mesh, and not have to bodge the device firmware to do the decryption for us

joshpirihi commented 2 years ago

Not needed - can decrypt on device now