aaronpk / Overland-iOS

📌 GPS logger for iOS devices
https://overland.p3k.app
Apache License 2.0
554 stars 87 forks source link

Logging capbility for Owntracks #156

Open radh21301 opened 2 months ago

radh21301 commented 2 months ago

As far as I can see, only the latest GPS location is sent to owntracks and not all the points that were logged in that interval. This sort of handicaps my use case since I am mostly in areas without internet. This would be such a nice feature to have.

aaronpk commented 2 months ago

My understanding is that Owntracks only accepts a single location point in a POST request. If that's the case, sending up a bunch of old data would be a bunch of HTTP requests which sounds like not a lot of fun to manage. https://owntracks.org/booklet/tech/http/

lostfocus commented 2 months ago

That's basically what the Owntrack iOS app does.
It's a side-effect of their architecture with MQTT as main protocol and HTTP for the lazy people people who don't want to run a MQTT server