Skip to content

epicecu/programmor-adapters

Repository files navigation

EpicECU Programmor Adapters
An open source tuning software communication adapter collection

Tests

Notes

  • The Gevent webserver is preferred over the eventlet server due to the server emit function failing to work and causing the server to restart, generating a new session id.

Install

Clone the repo and install dependencies:

Linux/Mac

sudo apt-get install -y libhidapi-dev

git clone --branch master https://github.com/epicecu/programmor-adapters.git
cd programmor-adapters
make venv
make install-dev

Windows

git clone --branch master https://github.com/epicecu/programmor-adapters.git
cd programmor-adapters
python -m virtualenv venv
venv\Scripts\activate
pip install -e .
pip install -r requirements.txt
pip install -r requirements_dev.txt

Starting Development

make run

Compiling the Protobuf files

make compile-proto

Run tests

make test

Note: Your system will need to have the 3.10 python environment installed

make tox

Packaging for Production

To package app for the local platform:

make installer

This will generate an executable in /dist

Docs

While in the python virtual environment, navigate to /documentation and run the command make html View the docs in the browser by running make docsrun

Communications Flow Chart

Communications Flow Diagram

Donations

Donations will ensure the following:

  • 🔨 Long term maintenance of the project
  • 🛣 Progress on the roadmap
  • 🐛 Quick responses to bug reports and help requests

Maintainers

License

GPL V2 © Programmor

About

An open source tuning software communication adapter collection

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published