Skip to content

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

License

Notifications You must be signed in to change notification settings

drolx/pepper-local

Repository files navigation

Pepper Local

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

pepper-local-screenshot

Run development version

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.

cp env.prod .env
docker compose up -d

Supported IOT Software

  • GPSWox
  • Traccar
  • GPS-Server
  • Position Logic
  • Navixy
  • OSMAND

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages