Skip to content

MeshMonitor v4.10.2 - Cross-Source DMs, MeshCore in Unified Messages & Script Dependencies

MeshMonitor v4.10.2 is a feature-packed point release focused on cross-source messaging and extensibility.

Cross-source PKI direct messages (#3441) ​

MeshMonitor can now decrypt PKI-encrypted direct messages server-side and surface them in the unified Messages view β€” the cross-source DM-aggregation case. A DM relayed still-encrypted through an MQTT bridge/broker, addressed to one of your connected nodes, is decrypted using that destination node's key (regardless of which source received it) and shown like any other message. It's off by default behind a global master switch (Settings β†’ Security) and an explicit per-source opt-in; keys are stored encrypted at rest and the decryption is byte-exact to the firmware scheme. See PKI Direct Message Decryption.

MeshCore joins the Unified Messages feed (#3442) ​

MeshCore channel and direct messages now appear in the cross-source Unified Messages view alongside Meshtastic traffic, badged so the protocol is obvious. The same change fixed a long-standing limit where MeshCore channels were effectively capped at ~50 messages total β€” each channel now loads its own backlog.

Python & Node packages for your scripts ​

Auto Responder / trigger scripts can finally use third-party dependencies. Drop a requirements.txt or package.json in your scripts directory and click Install / Update dependencies β€” packages persist on the volume and are available to every script. See Installing Dependencies.

Also in 4.10.2 ​

  • Traffic Management telemetry (firmware v2.7.22+) now renders as labelled graphs.
  • Auto Welcome gained a configurable pre-send delay so first-contact welcomes survive a nodeDB reset (#3439).
  • You can now remove MeshCore contacts with malformed/short public keys (#3443).
  • A Map Features "maximum age" slider to hide stale markers/traceroutes (#3322).
  • Helm: a published chart repository and optional Gateway API HTTPRoute.

Upgrade ​

bash
docker pull ghcr.io/yeraze/meshmonitor:4.10.2
bash
helm upgrade meshmonitor meshmonitor/meshmonitor --version 4.10.2

Desktop builds are on the Releases page. Full details in the changelog.

Last updated: