Using GPSLogger on Android #118
werner-kapferer-lgs
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Really appreciate it! Added your guide to the wiki! https://github.com/Freika/dawarich/wiki/How-to-track-your-location-to-Dawarich-with-GPSLogger |
Beta Was this translation helpful? Give feedback.
0 replies
-
I noticed that normal json format doesn't work now in GPSLogger, maybe they changed it later.
Maybe I was doing something wrong with pasting json but only this worked for me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
The README gives an example how to use OverLand and OwnTracks as apps for Android.
I now had the problem that OwnTracks was behaving very weird (I don't remember the details right now but I was not satisfied) and OverLand was not accurate and the app itself was not updated since 3 years.
Instead, I switched to GPSLogger now!
GPSLogger provides the possibility to log to custom URLs which is working by using the OwnTracks JSON/HTTP specification and API from dawarich.
The configuration of GPSLogger is pretty simple and straightforward, so I want to share it with you:
http://<your-dawarich-instance>/api/v1/owntracks/points?api_key=YOUR_API_KEY
POST
I hope this helps follow dawarich fans using Android devices 😉.
Thanks @Freika for the amazing platform!
Beta Was this translation helpful? Give feedback.
All reactions