joshpirihi / meshtastic-mqtt

A python script to translate Meshtastic packets into a plain format. Currently sends positions to a Traccar instance, and publishes battery % and environmental plugin data to its own topic (eg for Grafana)
32 stars 9 forks source link

(Feature request) Add "Node name", "SNR" and "HopLimit" values to Traccar fields #11

Open ANS-spb opened 2 years ago

ANS-spb commented 2 years ago

I propose to add additional fields to the OsmAnd protocol for Traccar. I think it could be NodeName (or ShortName), SNR and HopLimit values, if possible.

Just as an example: http://:5055?id=2901897364&lat=58.8613911&lon=20.4433516&altitude=84&battery_level=0&hdop=0&accuracy=0.0&short_name=lnY&snr=-12.0&hop_limit=2

joshpirihi commented 2 years ago

Oh I love the idea of adding hop limit! Will do!