Skip to content

Tool Setup

canalyse edited this page May 6, 2023 · 3 revisions

This page contains installation documentation of CANalyse 2.0

Requirements:

  • Python3
  • pip3
  • library requirements are listed requirements.txt file.

Installation of CANalyse:

git clone https://github.com/canalyse/CANalyse.git
cd CANalyse
sudo pip3 install -r requirements.txt

Usage

cd CANalyse/
sudo python3 canalyse_interface.py

Troubleshooting


  • 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.
Clone this wiki locally