THIS REPOSITORY HAS BEEN ARCHIVED, see issue 174 for details.
The Eclipse KUKSA project has reorganized the repositories it uses, and most content of this repository has been moved to new repositories within the eclipse-kuksa Github organization.
- GPS Provider
- CAN Provider (DBC feeder)
- SOME/IP Provider
- DDS Provider
- CSV Provider
- eCAL Provider
- PS4/PS5 - 2021 Formula Provider
Name | Description |
---|---|
Replay | KUKSA Server replay script for previously recorded files, created by running KUKSA Server with --record argument |
This repository is set up to use pre-commit hooks.
Use pip install pre-commit
to install pre-commit.
After you clone the project, run pre-commit install
to install pre-commit into your git hooks.
Pre-commit will now run on every commit.
Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.