Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collin80/SavvyCAN
QT based cross platform canbus tool
https://github.com/collin80/SavvyCAN
Last synced: 7 days ago
JSON representation
QT based cross platform canbus tool
- Host: GitHub
- URL: https://github.com/collin80/SavvyCAN
- Owner: collin80
- License: mit
- Created: 2015-04-28T01:38:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T00:25:52.000Z (13 days ago)
- Last Synced: 2024-10-22T22:04:26.957Z (12 days ago)
- Language: C++
- Size: 12.9 MB
- Stars: 1,017
- Watchers: 89
- Forks: 280
- Open Issues: 191
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - SavvyCAN - Cross-platform Qt based GUI analysis tool. Supports SocketCAN compatible interfaces. (Utils / GUI Tools)
- awesome-hacking-lists - collin80/SavvyCAN - QT based cross platform canbus tool (C++)
README
# SavvyCAN
Qt based cross platform canbus tool
(C) 2015-2024 Collin KidderA Qt5 based cross platform tool which can be used to load, save, and capture canbus frames.
This tool is designed to help with visualization, reverse engineering, debugging, and
capturing of canbus frames.Please use the "Discussions" tab here on GitHub to ask questions and interact with the community.
Requires a resolution of at least 1024x768. Fully multi-monitor capable. Works on 4K monitors as well.
You are highly recommended to use the
[CANDue board from EVTV](http://store.evtv.me/proddetail.php?prod=ArduinoDueCANBUS&cat=23).The CANDue board must be running the GVRET firmware which can also be found
within the collin80 repos.It is now possible to use any Qt SerialBus driver (socketcan, Vector, PeakCAN, TinyCAN).
It should, however, be noted that use of a capture device is not required to make use
of this program. It can load and save in several formats:1. BusMaster log file
2. Microchip log file
3. CRTD format (OVMS log file format from Mark Webb-Johnson)
4. GVRET native format
5. Generic CSV file (ID, D0 D1 D2 D3 D4 D5 D6 D7)
6. Vector Trace files
7. IXXAT Minilog files
8. CAN-DO Logs
9. Vehicle Spy log files
10. CANDump / Kayak (Read only)
11. PCAN Viewer (Read Only)
12. Wireshark socketcan PCAP file (Read only)## Dependencies
Now this code does not depend on anything other than what is in the source tree or available
from the Qt installer.Uses QCustomPlot available at:
http://www.qcustomplot.com/
However, this source code is integrated into the source for SavvyCAN and one isn't required
to download it separately.This project requires 5.14.0 or higher because of a dependency on QtSerialBus and other new additions to Qt.
NOTE: As the code in this master branch sits, it does compile with QT6. Support for QT6 is approximately "beta" quality. Most all functions should work, please send issues if found.
It appears that the current binary build for MacOS requires at least MacOS 10.15
## Instructions for compiling:
[Download the newest stable version of Qt directly from qt.io](https://www.qt.io/download/) (You need 5.14.x or newer)
```sh
cd ~git clone https://github.com/collin80/SavvyCAN.git
cd SavvyCAN
~/Qt/5.14/gcc_64/bin/qmake
make
```Now run SavvyCAN
```
./SavvyCAN
```On linux systems you can run `./install.sh` to create a desktop shortcut.
### Compiling in debug mode for additional information
```sh
qmake CONFIG+=debugmake
```## What to do if your compile failed?
The very first thing to do is try:
```
qmakemake clean
make
```Did that fix it? Great! If not, ensure that you selected SerialBUS support
when you installed Qt.### What to do if `qmake` fails with error `Project ERROR: Unknown module(s) in QT: qml serialbus help` on Ubuntu? :
`sudo apt install libqt5serialbus5-dev libqt5serialport5-dev qtdeclarative5-dev qttools5-dev`
### Used Items Requiring Attribution
nodes by Adrien Coquet from the Noun Project
message by Vectorstall from the Noun Project
signal by shashank singh from the Noun Project
signal by juli from the Noun Project
signal by yudi from the Noun Project
Death by Adrien Coquet from the Noun Project