meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.39k stars 828 forks source link

[Feature Request] Geofencing support #1426

Closed dhubitetackle closed 1 year ago

dhubitetackle commented 2 years ago

I need geofencing capability for my project, I would like a way to define coordinate bounds on a node, and if that node gets a gps fix outside of those bounds, trigger the external notifications plugin and broadcast a message.

imkebe commented 2 years ago

I think more flexible would be implementation of some kind rules/scripts manager. I'm thinking about the same idea however I also want to use external gyroscope module to trigger additional action (message to channel/mqtt)

https://github.com/berry-lang/berry might be an idea. Then we could share recipies for various use cases (like geofencing)

garthvh commented 2 years ago

This seems like something that would be implemented in a client not on device.