11# go-canopen
22
3+ [ main ] : https://github.com/jaster-prj/go-canopen/actions/workflows/ci.yml
4+ [ main-svg ] : https://github.com/jaster-prj/go-canopen/actions/workflows/ci.yml/badge.svg
5+
36Implement canopen protocol with [ https://github.com/angelodlfrtr/go-can ] ( https://github.com/angelodlfrtr/go-can )
47
58Port of [ https://github.com/christiansandberg/canopen ] ( https://github.com/christiansandberg/canopen )
@@ -8,7 +11,7 @@ written in Python
811## Installation
912
1013``` bash
11- go get github.com/angelodlfrtr /go-canopen
14+ go get github.com/jaster-prj /go-canopen
1215```
1316
1417## Basic usage
@@ -18,32 +21,11 @@ package main
1821
1922import (
2023 " github.com/angelodlfrtr/go-can"
21- " github.com/angelodlfrtr/go-canopen"
2224 " github.com/angelodlfrtr/go-can/transports"
25+ " github.com/jaster-prj/go-canopen"
2326 " log"
2427)
2528
2629func main () {
2730}
2831```
29-
30- ## License
31-
32- Copyright (c) 2019 The go-canopen contributors
33-
34- Permission is hereby granted, free of charge, to any person obtaining a copy of
35- this software and associated documentation files (the "Software"),
36- to deal in the Software without restriction, including without limitation the
37- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
38- sell copies of the Software, and to permit persons to whom the Software is
39- furnished to do so, subject to the following conditions:
40-
41- The above copyright notice and this permission notice shall be included in
42- all copies or substantial portions of the Software.
43-
44- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
45- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
48- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
49- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments