This software is intended to run on a device located within a vehicle and can poll data from the OBD-II port and GNSS. The default output for this data is via MQTT but a new output plugin can be created if required.
Please create a configuration file called config.toml
and modify it to suit your needs. An example is included in the repository.
To run this software, you need pipenv
.
pip3 install pipenv
Once pipenv
is installed run:
pipenv install
to create a virtual environment and install all the requirements
followed by:
pipenv run python3 -m car
to run the code.
For instructions on how to setup and configure a Raspberry Pi to run this software, please see the relevant documentation page.
This project uses Gitmoji for commit organisation. For more details see the Gitmoji Repository.
Dylan Gore 💻 📖 🤔 |
Mohit Taneja 🤔 |
This project follows the all-contributors specification.