https://github.com/networkexception/oxidetracks
An opinionated reimplementation of owntracks/recorder
https://github.com/networkexception/oxidetracks
Last synced: 12 months ago
JSON representation
An opinionated reimplementation of owntracks/recorder
- Host: GitHub
- URL: https://github.com/networkexception/oxidetracks
- Owner: networkException
- License: bsd-2-clause
- Created: 2023-07-20T13:54:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T19:42:08.000Z (over 2 years ago)
- Last Synced: 2025-01-07T21:47:01.526Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oxidetracks
An opinionated reimplementation of [owntracks/recorder](https://github.com/owntracks/recorder).
# Opinionated?
While this project aims to provide a backend implementation compatible with owntracks clients,
compatibility with the recorder storage format is expected to break and the set of supported
features will likely diverge.
oxidetracks does not support MQTT.
# Running
```shell
cargo run --release -- --storage-path /path/to/your/owntracks/recorder/storage-directory
```