V0lk3n's Blog

Welcome to my personal blog, here you can find some of my work.

View on GitHub

Main

Configure your CAN interfaces and decode your VIN identification number.

CARsenal Main

Main : CAN Interfaces

Start CAN Interface - Settings Prerequisite :

Set “CAN Interface”, “CAN Type” in Inteface. And optionally enable ‘MTU’ and ‘txqueulen to set custom value’.

# For VCAN Type : create interface first
sudo ip link add dev <caniface> type vcan

# If MTU or txqueuelen value specified
sudo ip link set <caniface> mtu <Value>
sudo ip link set <caniface> txqueuelen <Value>

# Brought UP interface
sudo ip link set <caniface> up

Reset Interface - Used command :

It execute the following script to reset interfaces.

Main : Services

CARsenal Main Services

You can customize services commands, by long pressing oranges buttons.

Interface section is used to Configure your CAN interfaces. You may specify interface name in Settings, and optionally set a custom MTU and txqueuelen value.

You also may enable some Daemon/services which are :

VIN Info

VIN Info is used to decode VIN identifier and check checksum.

vininfo show <vinNumber>
vininfo check <vinNumber>