Skip to content

Sashkoiv/canmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CANmulator

A simple tool to send a bunch of CAN frames from Wireshark dump.

Setting up CAN interface on Linux machine

  1. Install utils for CAN communication

    sudo apt-get install net-tools
    sudo apt-get install can-utils
    
  2. Configure CAN0

    sudo ip link set can0 type can bitrate 500000
    sudo ifconfig can0 up

    Configure CAN1 by your need

    sudo ip link set can1 type can bitrate 500000
    sudo ifconfig can1 up

About

A simple tool to send a bunch of CAN frames from Wireshark dump.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages