Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 385 Bytes

introduction

CAN analyzer

Installation

Go to your ubuntu box and run the below command to enable a vcan0 interface

sudo apt-get install can-utils

sudo modprobe vcan

sudo ip link add dev vcan0 type vcan

sudo ip link set up vcan0

Dumping and Generating

candump -e any,0:0,#FFFFFFFF cangen -v vcan0