Skip to content

Releases: netnutmike/meshtastic-node-map

Release 1.0.2 - Encryption Fix

21 Jan 02:15

Choose a tag to compare

This version fixes the decryption issues for decrypting mestastic messages that come in via MQTT. In addition to fixing the decryption, some deployment settings were tweaked to provide more memory for the mosquitto MQTT broker. There is a list of other fixes as well that are more cosmetic.

There are still more things to tweak like the information that is displayed about the nodes and more features to add but this release is more stable and can decrypt messages which makes is more functional and good base application to see where we want to take this.

Next release will include a simple to deploy package using docker images. Currently, the production deployment is finicky and requires a unix admin and someone who is comfortable with some minor coding and debugging to get it to deploy correctly.

Release 1.0.1 - Major bugs fixed

21 Jan 02:07

Choose a tag to compare

This release fixes the most visible bugs in the system so it was at least usable. This version still had decryption issues and few minor issues, mostly cosmetic.

1.0.0 - Initial Beta Release

20 Jan 01:13

Choose a tag to compare

This is the first beta release. For now this requires cloning the repo and building using the quick_start. A docker based solution is in the works. This is not for the faint at heart and does require some unix admin skills and potentially some docker and developer skills to get working correctly.