aaronpk / Compass

Compass is a GPS tracking server that stores data in flat files.
123 stars 30 forks source link

add geofencing support #26

Open aaronpk opened 6 years ago

aaronpk commented 6 years ago

I'd like to be able to define geofences and rules that will run whenever a fence is entered or exited.

Currently I do this with an external script that receives the "ping" from Compass whenever a new location is received. It would be nice to have it integrated and have a better UI.

There should be meta-geofences created by default for locality, region and country boundaries, triggered off of the geocoding done with each location. You should be able to define a web hook to run whenever the locality changes for example.

aaronpk commented 6 years ago

This looks like a nice project to use to implement the feature http://tile38.com/topics/geofencing/