A mapping and geofencing example

This commit is contained in:
arduinoGP 2022-11-01 23:39:20 -04:00 committed by GitHub
parent 057651388d
commit 6d3f1c24bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
[<img src="/documents/mqtt/Decode.jpg" style={{zoom:'50%'}} />](/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.
[<img src="/documents/mqtt/Mapping.jpg" style={{zoom:'50%'}} />](/documents/mqtt/Mapping.jpg)
[<img src="/documents/mqtt/MapFlow.jpg" style={{zoom:'50%'}} />](/documents/mqtt/MapFlow.jpg)