Implement canopen protocol with https://github.com/jaster-prj/go-can
Port of https://github.com/christiansandberg/canopen written in Python
go get github.com/jaster-prj/go-canopenpackage main
import (
"github.com/jaster-prj/go-can"
"github.com/jaster-prj/go-can/transports"
"github.com/jaster-prj/go-canopen"
"log"
)
func main() {
}