gotelem/socketcan/netlink.go
saji 3c1a96c8e0
All checks were successful
Go / build (1.21) (push) Successful in 1m18s
Go / build (1.22) (push) Successful in 1m16s
format
2024-03-07 06:18:49 -06:00

15 lines
273 B
Go

//go:build ignore
// +build ignore
package main
// 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