gotelem/socketcan/netlink.go

15 lines
273 B
Go
Raw Permalink Normal View History

//go:build ignore
// +build ignore
2023-05-09 05:54:20 +00:00
package main
2023-05-07 05:00:46 +00:00
// TODO: implement netlink support to set baud rate and other parameters.
import (
"github.com/mdlayher/netlink"
"golang.org/x/sys/unix"
)
// this program demonstrates basic CAN stuff.
// i give up this shit is so hard