Cabana was a tool developed to view raw CAN data. One use for this is creating and editing CAN Dictionaries (DBC files), and the tool provides direct integration with commaai/opendbc (a collection of DBC files), allowing you to load the DBC files direct from source, and save to your fork. In addition, you could load routes from comma connect.
Web cabana has been deprecated in favor of the new cabana, which brings more features and faster load times.
Setup
yarn
yarn run sass
yarn start
Testing
yarn run test
npm version patch
git push origin master --tags # push version patch
yarn run deploy # builds and deploys to github pages
You can safely ignore those errors even though it returns 1. If you'd like them to go away just because they're annoying, install libusb-dev...
sudo apt-get install -y libusb-dev libudev-dev
or
brew install libusb
This project was bootstrapped with Create React App v1.x, then upgraded to react-scripts
v3.x and use craco to customize it.
You can read the create react app documentation here
We use craco to easily add worker-loader.