All Projects → GENIVI → Candevstudio

GENIVI / Candevstudio

Licence: mpl-2.0
Development tool for CAN bus simulation

Labels

Projects that are alternatives of or similar to Candevstudio

netcore-can-example
SocketCan example on dotnet-core
Stars: ✭ 21 (-93.56%)
Mutual labels:  can-bus
RejsaCAN-ESP32
ESP32 board with CAN interface, runs on 12V power (with auto shutdown)
Stars: ✭ 88 (-73.01%)
Mutual labels:  can-bus
esp32-f9p-io-board
An IO-PCB (two motor-driver/H-bridge, CAN, RS232, ADS1115, relay, ethernet, ardusimple f9p compatible connector) with an ESP32 for 12V power, three 15V tolerant analog inputs, three 5V tolerant inputs.
Stars: ✭ 24 (-92.64%)
Mutual labels:  can-bus
bxcan
bxCAN peripheral driver for STM32 chips
Stars: ✭ 22 (-93.25%)
Mutual labels:  can-bus
SparkFun CAN-Bus Arduino Library
No description or website provided.
Stars: ✭ 132 (-59.51%)
Mutual labels:  can-bus
python-can
Copy of python-can from bitbucket for the purposes of new protocol development
Stars: ✭ 20 (-93.87%)
Mutual labels:  can-bus
can2mqtt
Bidirectional CAN-Bus to MQTT-Bridge
Stars: ✭ 39 (-88.04%)
Mutual labels:  can-bus
Can reverse engineering
Automated Payload Reverse Engineering Pipeline for the Controller Area Network (CAN) protocol
Stars: ✭ 282 (-13.5%)
Mutual labels:  can-bus
HPS2FPGAmapping
SoCFPGA: Mapping HPS Peripherals, like I²C or CAN, over the FPGA fabric to FPGA I/O and using embedded Linux to control them (Intel Cyclone V)
Stars: ✭ 27 (-91.72%)
Mutual labels:  can-bus
ecu-simulator
OBD-II ECU Simulator
Stars: ✭ 24 (-92.64%)
Mutual labels:  can-bus
CANcool
Open Source CAN bus Analyser and Simulation Software
Stars: ✭ 39 (-88.04%)
Mutual labels:  can-bus
UDTStudio
UniSwarm Tools for UDT interface and CANOpen in Qt5
Stars: ✭ 13 (-96.01%)
Mutual labels:  can-bus
CANopen-monitor
An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
Stars: ✭ 15 (-95.4%)
Mutual labels:  can-bus
MazdaCANbus
database of known Mazda CAN messages
Stars: ✭ 32 (-90.18%)
Mutual labels:  can-bus
Twizy-Virtual-BMS
This is an Arduino library providing an emulation of the CAN communication protocol of the BMS (battery management system) on a Renault Twizy.
Stars: ✭ 57 (-82.52%)
Mutual labels:  can-bus
carhacking
car hacking tools
Stars: ✭ 40 (-87.73%)
Mutual labels:  can-bus
CAN-Bus Shield
No description or website provided.
Stars: ✭ 75 (-76.99%)
Mutual labels:  can-bus
Caringcaribou
A friendly car security exploration tool for the CAN bus
Stars: ✭ 298 (-8.59%)
Mutual labels:  can-bus
Arduino Mcp2515
Arduino MCP2515 CAN interface library
Stars: ✭ 277 (-15.03%)
Mutual labels:  can-bus
cpp-can-isotp
C++ implementation of CAN ISO 15765-2 also known as CAN ISO transport protocol. CPP CAN isotp.
Stars: ✭ 14 (-95.71%)
Mutual labels:  can-bus

CANdevStudio

Build Status Build status codecov Download Download Doxygen

Overview

Most of automotive projects need to have an access to the Controller Area Network (CAN) bus. There are plenty of commercial frameworks that provides CAN stacks and hardware/software tools necessary to develop proper CAN networks. They are very comprehensive and thus expensive. CANdevStudio aims to be cost-effective replacement for CAN simulation software. It can work with variety of CAN hardware interfaces (e.g. Microchip, Vector, PEAK-Systems) or even without it (vcan and cannelloni) . CANdevStudio enables to simulate CAN signals such as ignition status, doors status or reverse gear by every automotive developer. Thanks to modularity it is easy to implement new, custom features.

Checkout CANdevStudio on YouTube

Compatible CAN interfaces

Access to CAN bus is based on Qt framework. Current list of supported CAN interfaces can be found here.

Current list of devices compatible with SocketCAN (Linux only) can be found here.

Supported operating systems

  • Linux
  • Windows
  • macOS

Build instructions

CANdevStudio project uses Travis CI (Linux) and AppVeyor (Windows) continuous integration tools. You can always check .travis.yml and .appveyor.yml files for building details.

Linux

git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make

To choose compiler

cd CANdevStudio/build
rm -rf *
export CC=clang
export CXX=clang++
cmake ..
make

Qt in CMake

If CMake failed to find Qt in your system:

cd CANdevStudio/build
rm -rf *
cmake .. -DCMAKE_PREFIX_PATH=/home/genivi/Qt5.8.0/5.8/gcc_64
make

ARCH Linux

Install AUR package: candevstudio-git

Windows

Visual Studio 2015

git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH=C:\Qt\5.9\msvc2015
cmake --build .

Visual Studio 2015 Win64

git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_PREFIX_PATH=C:\Qt\5.9\msvc2015_64
cmake --build .

MinGW

git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\5.9\mingw53_32
cmake --build .

macOS / OS X

git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
git submodule update --init --recursive
mkdir build
cd build
cmake .. -GNinja -DCMAKE_PREFIX_PATH=/path/to/Qt/lib/cmake
ninja

Prebuilt packages

Binary packages are automatically uploaded by CI tools (i.e. Travis and Appveyor) to Bintray artifactory for every commit on master branch.

Download

Use Bintray badges above to dowload stable or develop version (each commit on master creates corresponding binary packege in Bintray)

Package naming

CANdevStudio-X.Y.ZZZZZZZ-SYS[-standalone]

X - major version number of previous stable version
Y - minor version of previous stable version
Z - SHA commit ID
SYS - either win32, Linux or Darwin
standalone - bundle version that contains Qt libraries and all relevant plugins.

Linux

All packages are being built on Ubuntu 18.04 LTS. You may experience problems with missing or incompatible libraries when trying to run the package on other distros.

To run standalone version use CANdevStudio.sh script.

Windows

Packages built with MinGW 5.3.

Standalone version contains Qt and MinGW runtime libs.

macOS / OS X

Package is a DMG installer.

Quick Start

General instructions to start your first simulation:

  1. Build the latest master or release.
  2. Run the application and start a new project
  3. Drag and drop CanDevice and CanRawView components and connect them accordingly.
  4. Double click on CanDevice node to open configuration window.
    1. set one of supported backends (e.g. socketcan) link.
      NOTE: List of supported backends depends on Qt version.
    2. set name of your can interface (e.g. can0)
  5. Start the simulation
  6. Double click on CanRawView component to see CAN traffic

Steps required to use specific CAN hardware or virtual interfaces require some additional steps listed in following sections.

CAN Hardware

The list below shows hardware that has been successfuly used with CANdevStudio.

Microchip CAN BUS Analyzer

  • Tested on Linux
  • Requires socketcan driver.
  • Officially supported in Linux Kernel v4.12+ Configuration:
  1. Find your interface name (e.g. can0)
    ip link
  2. Configure bitrate
    sudo ip link set can0 type can bitrate 1000000
  3. Bring the device up
    sudo ip link set can0 up
  4. Optionally configure CAN termination
    1. In GitHUB based driver
      sudo ip link set can0 type can termination 1
    2. In Linux 4.12+ driver
      sudo ip link set can0 type can termination 120

CanDevice backend: socketcan

Lawicel CANUSB

  • Tested on Linux
  • Based on FTDI Serial driver
  • Requires slcand to "convert" serial device to SocketCAN.
  • Officially supported in Linux Kernel v2.6.38

Configuration:

  1. Create SocketCAN device from serial interface
    sudo slcand -o -c -s8 -S1000000 /dev/ttyUSB0 can0
  2. Bring the device up
    sudo ip link set can0 up

CanDevice backend: socketcan

PeakCAN PCAN-USB

  • Tested on Windows

CanDevice settings example:

backend: peakcan
interface: usb0
configuration: BitRateKey = 250000

PassThruCAN Plugin

  • Tested on Windows

CanDevice settings example for PEAK-PCAN:

backend: passthrucan
configuration: BitRateKey = 250000
interface: PCANPT32

CanDevice settings example for SIE_CANUSB:

backend: passthrucan
configuration: BitRateKey = 250000
interface: CANUSB

CANdevStudio without CAN hardware

CANdevStudio can be used without actual CAN hardware thanks to Linux's built-in emulation.

VCAN

Configuration:

sudo modprobe vcan
sudo ip link add dev can0 type vcan
sudo ip link set can0 up

CanDevice backend: socketcan

Cannelloni

A SocketCAN over Ethernet tunnel. Available for Linux only.

Let's consider setup as before:

Configuration with qtCannelloniCanBusPlugin

Target configuration:

sudo modprobe vcan
sudo ip link add dev can0 type vcan
sudo ip link set can0 up
cannelloni -I can0 -R 192.168.0.1 -r 30000 -l 20000

PC configuration:

  1. Install libqtCannelloniCanBusPlugin.so that is built along with CANdevStudio. You can either copy it manually to Qt plugins directory (e.g. /usr/lib/qt/plugins/canbus) or use "make install" to do it automatically.
  2. Create new project in CANdevStudio and add CanDevice node
  3. Configure CanDevice:
    1. backend: cannelloni
    2. interface: 30000,192.168.0.2,20000 (local_port,remote_ip,remote_port)
  4. Start simulation
Configuration without qtCannelloniCanBusPlugin

Target configuration:

sudo modprobe vcan
sudo ip link add dev can0 type vcan
sudo ip link set can0 up
cannelloni -I can0 -R 192.168.0.1 -r 30000 -l 20000

PC configuration:

  1. Execute following lines in a shell
sudo modprobe vcan
sudo ip link add dev can0 type vcan
sudo ip link set can0 up
cannelloni -I can0 -R 192.168.0.2 -r 20000 -l 30000
  1. Create new project in CANdevStudio and add CanDevice node
  2. Configure CanDevice:
    1. backend: socketcan
    2. interface: can0
  3. Start simulation

Help

CAN Signals

CANdevStudio provides support for CAN signals handling. DBC database description format is supported. Reverse engineered DBC files can be found in opendbc project.

Support for others CAN database formats can be added via extension of CANdb.

Sending signals

  1. Start new project and setup CanDevice as described in quick start section
  2. Add CanSignalData component that serves as CAN signals database for other components. You may have multiple CanSignalData components per projecthttps://github.com/commaai/opendbc
  3. Open CanSignalData properties and configure path to DBC file
  4. List of messages and signals shall be now loaded and visible in CanSignalData window
  5. You may configure cycle and initial value per each message
  6. Add CanSignalEncoder component and connect it with CanDevice. CanSignalEncoder act as a translator between signals and CAN frames. It is also responsible for sending cyclical messages.
  7. CanSignalSender has been automatically configured to use previously added CAN database. CAN database can be manually selected in component properties (this applies to all components from "Signals" group)
  8. Add CanSignalSender component and connect it with CanSignalEncoder
  9. Add signals in CanSignalSender window
  10. Start simulation
  11. CanSignalEncoder will start sending cyclical messages
  12. You can send previously configured signals from CanSignalSender:
    • if signal is a part of periodic message its value will be updated in a next cycle
    • if signal is not a part of periodic message it will be sent out immiediatelly

Receiving signals

  1. Start new project and setup CanDevice as described in quick start section
  2. Add CanSignalData component that serves as CAN signals database for other components. You may have multiple CanSignalData components per project
  3. Open CanSignalData properties and configure path to DBC file
  4. List of messages and signals shall be now loaded and visible in CanSignalData window
  5. Add CanSignalDecoder component and connect it with CanDevice. CanSignalDecoder act as a translator between signals and CAN frames.
  6. CanSignalDecoder has been automatically configured to use previously added CAN database. CAN database can be manually selected in component properties (this applies to all components from "Signals" group)
  7. Add CanSignalViewer component and connect it with CanSignalDecoder
  8. Start simulation
  9. Signals shall now appear in CanSignalViewer. Note that CanSignalDecoder is sending over only signals which values has changed.

CanDevice configuration

CanDevice component can be confiugred using "configuration" property:

  • Format - "key1=value1;key2=value2;keyX=valueX"
  • Keys names are case sensitive, values are case insensitive
  • Configuration keys are taken from ConfigurationKey enum.
  • RawFilterKey and ErrorFilterKey are currently not supported
  • DataBitRateKey is available since Qt 5.9
  • Whitespaces are ignored

E.g.

BitRateKey=100000;ReceiveOwnKey=false;LoopbackKey=true

CanRawFilter

CanRawFilter component enables to filter (i.e. accept or drop) incoming and outgoing frames:

  • Qt regular expressions are used to match filter rules.
  • Rules are matched from top to bottom
  • Default policy is applied to frames unmatched by any filter

Examples:

  • match 0x222 and 0x333 frames only [id field]
222|333
  • match 0x200 - 0x300 frames only [id field]
^[23]..$
  • match empty payload (DLC 0) [payload field]
^$
  • match 2 byte payload (DLC 2) [payload field]
^.{4}$

Adding new components

  1. Configure build to include templategen tool
cd build
cmake .. -DWITH_TOOLS=ON
make
  1. Generate component (use -g option if you don't need component to have GUI)
./tools/templategen/templategen -n MyNewComponent -o ../src/components -g
  1. CMake script automatically detects new components. It has to be invoked manually.
cmake ..
  1. Build project
make
  1. Your component is now integrated with CANdevStudio
  2. You may want to modify src/components/mynewcomponent/mynewcomponentplugin.h to configure section name, color and spacing
  3. Define component inputs and outputs in src/components/mynewcomponent/mynewcomponentmodel.cpp. Look for examples in other components.
  4. Modify automatically generated unit tests src/components/mynewcomponent/tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].