Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/networkexception/oxidetracks
An opinionated reimplementation of owntracks/recorder
https://github.com/networkexception/oxidetracks
Last synced: about 2 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 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-22T19:42:08.000Z (over 1 year ago)
- Last Synced: 2024-05-02T06:12:10.099Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- 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
```