-
Notifications
You must be signed in to change notification settings - Fork 4
Tool Setup
canalyse edited this page May 6, 2023
·
3 revisions
This page contains installation documentation of CANalyse 2.0
- Python3
- pip3
- library requirements are listed requirements.txt file.
git clone https://github.com/canalyse/CANalyse.git
cd CANalyse
sudo pip3 install -r requirements.txt
cd CANalyse/
sudo python3 canalyse_interface.py
- If the tool outputs a "No such device" error or you can't view any traffic, check if a valid interface & communication channel is selected in settings.
- if the auto installation of required libraries didn't work try running with sudo once or install them manually.
- If you are not able to execute commands properly, please check the wiki for usage documentation.
- Feel free to connect with contributors or open an issue if you're still facing any troubles.