Cantacular is a framework for receiving can messages from various Can Buses and handling them. The Framework is based on an MVC pattern making it easy to organize and write handlers for incoming Can messages.
The framework allows to develop many versatile apps without much effort. For developing please visit the docs.
To get started with your first project Click Here:
In order to develop behavior based off of incoming messages, target particular messages and to also maintain
Contributing is easy and must following our guidelines.
python3 setup.py install
To setup the testing interface run
cansetup
- Daniel Harrington