This is a program used to smart up your garage door or yard gate. The GPS signal checks your position and calculates the distance to your configured gate position. If your x meter away from your entrance the app will send an open command to the connected GeoDoor Server. The GeoDoor Server will then open your connected gate.
Find the latest release on GitHub =>
Release
Or in the Google App Store => GeoDoor
This app uses the following components:
- ViewModel and LiveData from androidx.lifecycle
- SqLite Database with androidx.room
- Google Maps from play-services-maps
- Google Location from play-services-location
- Auto Value from com.google.auto.value
- Auto Value Parcel from com.ryanharter.auto.value
- Retrofit2 from com.squareup.retrofit2