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) + diff --git a/static/documents/mqtt/MapFlow.jpg b/static/documents/mqtt/MapFlow.jpg new file mode 100644 index 00000000..553f2999 Binary files /dev/null and b/static/documents/mqtt/MapFlow.jpg differ diff --git a/static/documents/mqtt/Mapping.jpg b/static/documents/mqtt/Mapping.jpg new file mode 100644 index 00000000..cca0fc79 Binary files /dev/null and b/static/documents/mqtt/Mapping.jpg differ