• Stars
    star
    188
  • Rank 201,593 (Top 5 %)
  • Language
    Python
  • License
    Other
  • Created over 3 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualize CAN Bus messages in real time

Logo

can-explorer
Report a Bug ยท Request a Feature ยท Ask a Question

PyPI version Python Versions Stars


About

can-explorer is a CAN bus visualization tool designed to aid in reverse engineering.

Demo

How does this help me?

By continuously plotting all payloads for each CAN id, spotting trends that correspond to a specific action can become signicantly easier to identify.

Please refer to this prior article I wrote for a working example of how this approach can be used to find which id includes speedometer data.

Built With

DearPyGui PythonCan

Getting Started

Installation

pipx is recommended although any package manager that supports pyproject.toml files can be used.

pipx install can-explorer

Usage

The gui can be launched by running one of the below commands from a terminal.

can-explorer
python3 -m can_explorer

Before starting the viewer, you must navigate to the settings tab and input your interface adapter configuration to create a bus instance. Please refer to the python-can docs for more information regarding the various interfaces supported.

The gui can also be launched with a demo flag which will auto select the virtual interface option and start streaming simulated CAN data in a background process.

can-explorer --demo

Support

Reach out to the maintainer at one of the following places:

If you want to say thank you or/and support active development of can-explorer consider adding a GitHub Star to the project.

Contributing

Please read our contribution guidelines

For a full list of all authors and contributors, see the contributors page.

License

This project is licensed under the GNU General Public License v3.

See LICENSE for more information.