• Stars
    star
    272
  • Rank 150,792 (Top 3 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated 12 months ago

Reviews

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

Repository Details

open source can bus analyzer software

cangaroo

open source can bus analyzer

written by Hubert Denkmair [email protected]

building on linux

  • to install all required packages in a vanilla ubuntu 16.04:
    • sudo apt-get install build-essential git qt5-qmake qtbase5-dev libnl-3-dev libnl-route-3-dev
  • build with:
    • qmake -qt=qt5
    • make
    • make install

building on windows

  • Qt Creator (Community Version is okay) brings everything you need
  • except for the PCAN libraries.
    • Get them from http://www.peak-system.com/fileadmin/media/files/pcan-basic.zip
    • Extract to .zip to src/driver/PeakCanDriver/pcan-basic-api
    • Make sure PCANBasic.dll (the one from pcan-basic-api/Win32 on a "normal" 32bit Windows build) is found when running cangaroo, e.g. by putting it in the same folder as the .exe file.
  • if you don't want Peak support, you can just disable the driver: remove the line "win32:include($$PWD/driver/PeakCanDriver/PeakCanDriver.pri)" from src/src.pro
  • if you want to deploy the cangaroo app, make sure to also include the needed Qt Libraries. for a normal release build, these are: Qt5Core.dll Qt5Gui.dll Qt5Widgets.dll Qt5Xml.dll

changelog

v0.2.1 unreleased

  • make logging easier
  • refactorings
  • scroll trace view per pixel, not per item (always show last message when autoscroll is on)

v0.2.0 released 2016-01-24

  • docking windows system instead of MDI interface
  • windows build
  • windows PCAN-basic driver
  • handle muxed signals in backend and trace window
  • do not try to extract signals from messages when DLC too short
  • can status window
  • bugfixes in setup dialog
  • show timestamps, log level etc. in log window

v0.1.3 released 2016-01-16

  • new can interface configuration GUI (missing a suid binary to actually set the config)
  • use libnl-route-3 for socketcan device config read
  • query socketcan interfaces for supported config options
  • new logging subsystem, do not use QDebug any more
  • some performance improvements when receiving lots of messages
  • bugfix with time-delta view: timestamps not shown when no previous message avail

v0.1.2 released 2016-01-12

  • fix device re-scan ("could not bind" console message)
  • fix some dbc parsing issues (signed signals, ...)
  • implement big endian signals

v0.1.1 released 2016-01-11

  • change source structure to better fit debian packaging
  • add debian packaging info

v0.1 released 2016-01-10

initial release \o/

todo

backend

  • allow for canfd frames
  • support non-message frames in traces (e.g. markers)
  • implement plugin API
  • embed python for scripting

can drivers

  • allow socketcan interface config through suid binary
  • socketcan: use hardware timestamps (SIOCSHWTSTAMP) if possible
  • cannelloni support
  • windows vector driver

import / export

  • export to other file formats (e.g. Vector ASC, BLF, MDF)
  • import CAN-Traces

general ui

  • give some style to dock windows
  • load/save docks from/to config

log window

  • filter log messages by level

can status window

  • display #warnings, #passive, #busoff, #restarts of socketcan devices

trace window

  • message filtering
  • assign colors to can interfaces / messages
  • limit displayed number of messages
  • show error frames and other non-message frames
  • sort signals by startbit, name or position in candb

raw message generator

  • provide a simple way to generate raw can messages

CanDB based generator

  • generate can messages from candbs
  • set signals according to value tables etc.
  • provide generator functions for signal values
  • allow scripting of signal values

replay window

  • replay can traces
  • map interfaces in traces to available networks

graph window

  • test QCustomPlot
  • allow for graphing of interface stats, message stats and signals

packaging / deployment

  • provide clean debian package
  • gentoo ebuild script
  • provide static linked binary
  • add windows installer

More Repositories

1

candleLight

stm32f0 usb can adapter (KiCAD)
KiCad Layout
315
star
2

candle_dll

Windows DLL to access candleLight devices via WinUSB
C
15
star
3

socketcan-mqtt-bridge

python script to bridge between a mqtt server (e.g. mosquitto) and a socketcan device
Python
11
star
4

4xTCAN4550-HAT

Raspberry 3 HAT with 4 TCAN4550 SPI CAN-FD controllers
9
star
5

socketcan_gs_usb

backport of gs_usb socketcan module for older kernels
C
5
star
6

FlipdotCpp

C
4
star
7

candleZero

minimized candleLight
4
star
8

mdbwerk

stm32 multi drop bus master (interface via UART or USB)
KiCad Layout
4
star
9

insane-audio-foo

Portable Modular Digital Audio Mixer / Interface / Recorder with High Quality and stuff.
4
star
10

snom-pnpserv

fork of http://pnpserv.sourceforge.net/ allowing better configuration of provisioning url
Python
3
star
11

candleLight_winusbtest

tinker around with winusb/Qt/Windows
C
3
star
12

candleDuo

Open Hardware 2x CAN 2x LIN to USB Adapter, STM32F1 based
KiCad Layout
3
star
13

socketcan_asio

C++
2
star
14

cansim

go functions to simulate can devices and buses
Go
2
star
15

js-cardgame

JavaScript
1
star
16

raspi3-4xWS2812-lvds

raspi hat with SAMC21G to connect 4 WS2812 strips via LVDS (+canfd, because we CAN)
1
star
17

kicad-parts

my eeschema parts
1
star
18

ESP32-ADXL345

stream ADXL345 sensor data to wireless lan
C++
1
star
19

micropython-ws2812-7seg

HTML
1
star
20

arecordmidi

enhanced version of alsa-utils' arecordmidi (strip silence in the beginning and quit after a specified timeout)
C
1
star
21

html5-eagle-board-viewer

Render Eagle Boardfiles in a HTML5 canvas
JavaScript
1
star
22

jtag-20pin-to-10pin-adapter

Adapter from standard 20pin jtag connector (e.g. from Segger JLINK) to standard ARM cortex 10pin connector
KiCad Layout
1
star
23

5v-lvds-receiver

1
star