Skip to content

smay4finger/MQTT2CAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT2CAN

MQTT messaging gateway for SocketCAN

Example for bridging CAN traffic

You can bridge a CAN interface to another machine by using the -t option. Here is an example:

sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set vcan0 up
mqtt2can -h [broker] -t can/[otherhost]/can0 -i vcan0

About

MQTT messaging gateway for SocketCAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published