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
- Host: GitHub
- URL: https://github.com/drolx/pepper-local
- Owner: drolx
- License: mit
- Created: 2025-01-08T16:04:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T12:17:00.000Z (2 months ago)
- Last Synced: 2025-03-05T13:26:22.530Z (2 months ago)
- Topics: gps, pip, position, python, tracking
- Language: Python
- Homepage: https://drolx.com
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

## Run development version
```shell
git clone https://github.com/drolx/pepper-local.git && \
cd pepper-local# Create a virtual enviromental
# OR use makemake
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