From 0679a06d5328412c618682ab71a2581de29db101 Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:02:13 -0700 Subject: [PATCH] add MQTT Connect (#1458) Co-authored-by: rcarteraz --- docs/community/software/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community/software/index.mdx b/docs/community/software/index.mdx index 461bc405..a9bc2485 100644 --- a/docs/community/software/index.mdx +++ b/docs/community/software/index.mdx @@ -13,6 +13,7 @@ Current community projects: - [Meshtastic Web API](/docs/community/software/meshtastic-web-api) - Meshtastic Web API provides a RESTful interface to interact with a Meshtastic node via a serial connection. - [Mesh-metrics](/docs/community/software/community-mesh-metrics) - Meshtastic repeater metrics scraper using meshtastic-cli to be ingested by node_exporter for use in Prometheus or Victoria Metrics Time series DB with a Grafana dashboard and sample alerting rules. - [Node-RED Messages Node](/docs/community/software/community-node-red-messages) - Node-RED node to send and receive packets / text messages from a device connected via HTTP. +- [MQTT Connect for Meshtastic](https://github.com/pdxlocations/MQTT-Connect-for-Meshtastic) - A nodeless python client for communicating with Meshtastic devices over MQTT. Support for these projects should be sought from their respective authors.