From 6d3f1c24bdbc6113fe38406018f23a6b4db111db Mon Sep 17 00:00:00 2001 From: arduinoGP <115203453+arduionoGP@users.noreply.github.com> Date: Tue, 1 Nov 2022 23:39:20 -0400 Subject: [PATCH] A mapping and geofencing example --- docs/software/mqtt/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/software/mqtt/index.mdx b/docs/software/mqtt/index.mdx index 0103e503..f9a5c39d 100644 --- a/docs/software/mqtt/index.mdx +++ b/docs/software/mqtt/index.mdx @@ -267,3 +267,7 @@ Forwarding a text message from one device, through a broker, to another broker/d If you want to decode text and position messages without json, it gets complicated: [](/documents/mqtt/Decode.jpg) +But node-red can rapidly (minutes vs days) put together some pretty impressive output when paired with meshtastic. Here is an example of geofencing and mapping of a single device via mqtt data. +[](/documents/mqtt/Mapping.jpg) +[](/documents/mqtt/MapFlow.jpg) +