■ How to use & what you can do
- This app requires access to location
- Click the [Start] button to start the update location, and the [Stop] button to stop update location.
- Can be run in the background (location update will continue to be displayed in the notification)
- You can see the past history
- You can save the daily history
- Location can be sent to any user server set by the user in real time (HTTP protocol).
```
Data that can be sent
- id=xxxxx (number)
- unixtime=1625985771 (10 digit number)
- longitude=longitude value
- latitude=latitude value
```
- This app requires access to location
- Click the [Start] button to start the update location, and the [Stop] button to stop update location.
- Can be run in the background (location update will continue to be displayed in the notification)
- You can see the past history
- You can save the daily history
- Location can be sent to any user server set by the user in real time (HTTP protocol).
```
Data that can be sent
- id=xxxxx (number)
- unixtime=1625985771 (10 digit number)
- longitude=longitude value
- latitude=latitude value
```
Show More