A library for CAN written in Elixir.
Documentation: https://hexdocs.pm/cannes
INFO:
Cannesis still under development and by far not complete. Feel free to contribute.
See General Informations for more about this project
To use Cannes in your Mix projects, first add Cannes as a dependency.
def deps do
[
{:cannes, "~> 0.0.5"}
]
end- Install Python v3.x
- Install Elixir v1.11+
- Setup a virtualenv and activate it
- Run
pip install -r requirements.txtto install the python dependencies - Run
mix deps.getto install the Hex dependencies
This is a small part of my master thesis. In the meantime, if anyone would like to add anything, feel free to do so.
The thesis with the title A Man-In-The-Middle Approach Towards Dataflow Management for OBD-II Interfaces in Vehicles is by now already finished.
If you want to know more about it, feel free to contact me.
See the changelog for changes between versions.