Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

mkdir build && cd build
camke .. && make -j8

config can for linux start

create a file /etc/systemd/network/80-can.network with the following content:

[Match]
Name=can*

[CAN]
BitRate=500K

Instead of "can*" you can also specify a specific interface (e.g. "can0").

Then (re-)start the systemd-networkd service:

sudo systemctl restart systemd-networkd

To have it start automatically when booting:

sudo systemctl enable systemd-networkd

About

simple can lib for linux

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages