Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```