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
Installation
To use Cannes in your Mix projects, first add Cannes as a dependency.
def deps do
[
{:cannes, "~> 0.0.5"}
]
endPrerequisites
- 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
General Informations
This is a small part of my master thesis. In the meantime, if anyone would like to add anything, feel free to do so.
Release notes
See the changelog for changes between versions.