-
Notifications
You must be signed in to change notification settings - Fork 2
Clients
From the 'Device' menu on icecondor.com, create a new device then use 'Generate API Key' to get a device token
. Use the device token in the url below.
https://fossdroid.com/a/nexttracks.html
NextTracks is a fork of OwnTracks which doesn't use Google Play Services.
Install from https://owntracks.org/
Menu -> Preferences -> Connection
Mode -> Private HTTP
Host -> https://api.icecondor.com/rest/activity/add?token=device_token
Recommended settings: Significant Changes Monitoring Mode, 200m trigger
iOS https://apps.apple.com/us/app/overland-gps-tracker/id1292426766
Android https://play.google.com/store/apps/details?id=com.openhumans.app.overland
Settings -> Receiver Endpoint
https://api.icecondor.com/rest/activity/add?token=device_token
https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/
"Plus" Button -> New Custom Log Job
Title: IceCondor
Target Address: https://api.icecondor.com/rest/activity/add?lat=%LAT&lon=%LON&alt=%ALT&acc=%ACC×tamp=%TIMESTAMP&batt=%BATT&token=<TOKEN_HERE>
- Use POST Method: Checked
- Send JSON payload: Unchecked
- Minimum distance: 5 (meters)
- Minimum time: 60 (seconds) (default)
- Minimum accuracy: 20 (meters) (default)
- Keep GPS on: Checked (optional)