-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd6c7a5
commit ba41196
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# GeoSwitch | ||
The description sooner or later will come up. Stay tuned! | ||
GeoSwitch is an Android geofencing app. Its main functionality is to execute HTTP POST request when geolocation trigger fires. | ||
I use it to switch on my home IoT device when I approach to my house, hence the name - GeoSwitch. | ||
|
||
Since GPS sensor consumes battery power a lot, in addition to manual activation there is a on-charger mode designed for in-car usage when the app monitors | ||
GPS data only if device is connected to charger. | ||
|
||
As supplementary functionality the app records the location history which can be exported to Google Earth or another application which handles KML format. | ||
The app does not sumbit location data to anywhere, it keeps the history on the device for reasonably short amount of time in log file. The app does not | ||
utilize any geofencing API, it handles location data coming from GPS sensor by itself. | ||
|
||
The app verified on Android 5.0 only. | ||
|
||
Download from [here](https://github.com/vzhukovskyy/geoswitch/releases/) |