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

https://github.com/drolx/pepper-local

A simple telematics daemon/utility for storing local copy of position data while simplifying the API usages
https://github.com/drolx/pepper-local

gps pip position python tracking

Last synced: 2 months ago
JSON representation

A simple telematics daemon/utility for storing local copy of position data while simplifying the API usages

Awesome Lists containing this project

README

        

# Pepper Local

A simple telematics daemon/utility for storing local copy of position data while simplifying the API usages.

![pepper-local-screenshot](./assets/screenshot-0.jpeg "Screenshot")

## Run development version

```shell
git clone https://github.com/drolx/pepper-local.git && \
cd pepper-local

# Create a virtual enviromental
# OR use make

make
make install

# For docker image
cp env.dev .env
make dup

# Run directly
make run
```

## Running in production

It's recommended to use only docker in production.

```shell
cp env.prod .env
docker compose up -d
```

## Supported IOT Software

- [x] GPSWox
- [ ] Traccar
- [ ] GPS-Server
- [ ] Position Logic
- [ ] Navixy
- [ ] OSMAND