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-canopen
package main
import (
"github.com/jaster-prj/go-can"
"github.com/jaster-prj/go-can/transports"
"github.com/jaster-prj/go-canopen"
"log"
)
func main() {
}