owntracks / recorder

Store and access data published by OwnTracks apps
Other
875 stars 122 forks source link

Osmand trip recording, online tracking option support #436

Closed Terramoto closed 7 months ago

Terramoto commented 9 months ago

Hello,

Osmand app on android has a plugin to record trips which contains a online tracking option and provides a HTTP request sort of ping function, i was wondering if it's possible to use this with owntracks recorder to record position? Imagem WhatsApp 2023-12-31 às 16 51 12_f19fd016

jpmens commented 9 months ago

That’s not currently possible as our Recorder expects a different data format.

If you enjoy tinkering it should be quite possible to program a service in, say PHP or Python, etc. , which takes osmand data, converts it to the JSON Recorder expects, and POSTs it on.

jpmens commented 7 months ago

Closing as answered.