Skip to content

Instantly share code, notes, and snippets.

View hummlbach's full-sized avatar

Johannes Renkl hummlbach

View GitHub Profile
@hummlbach
hummlbach / socketcan_send_parallel.c
Created May 24, 2016 19:36
Send parallel on two CAN channels using socketCAN
#include <unistd.h>
#include <linux/can.h>
#include <linux/can/raw.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <linux/if_link.h>