mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
Ingest data from OwnTracks backend server #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Terrance on 7/4/2025
Is your feature request related to a problem? Please describe.
I'm currently running the OwnTracks stack (Android, recorder, frontend), and I'd like to give Reitti a go. I've thrown a GPX at it initially to get some data to play with, but going forward I'd want data pulled in regularly. OwnTracks on Android does not appear to support submitting points to multiple servers though, and I'd like to keep OwnTracks recorder running for now.
Describe the solution you'd like
Ideally, OwnTracks to collect the data, and Reitti to pull the data from OwnTracks recorder's API. I'm not sure how similar this is to the data received directly from the Android app.
Describe alternatives you've considered
OwnTracks recorder stores its data in plain text files which could alternatively be parsed (and even watched for changes via inotify), though when running individual services as separate UNIX users this makes permissions a bit tricky.