OwnTracks apps. OwnTracks allows you to keep track of your own location. You can build your private location diary or share it with your family and friends. OwnTracks is open-source and uses open protocols for communication so you can be sure your data stays secure and private.
11 lines
557 B
Text
11 lines
557 B
Text
The OwnTracks Recorder is a lightweight program for storing and accessing
|
|
location data published via MQTT (or HTTP) by the OwnTracks apps. It is a
|
|
compiled program which is easy to install and operate even on low-end hardware,
|
|
and it doesn't require an external database.
|
|
|
|
There are two main components: the Recorder obtains data via MQTT subscribes or
|
|
HTTP POST, stores the data in plain files and serve it via its built-in REST
|
|
API, and the ocat command-line utility reads stored data in a variety of
|
|
formats.
|
|
|
|
WWW: https://github.com/owntracks/recorder
|