11# go-can
22
3- [ github.com/angelodlfrtr /go-can] ( https://github.com/angelodlfrtr /go-can ) is a canbus golang library supporting multiple transports (serial adapater, socketcan, etc).
3+ [ github.com/jaster-prj /go-can] ( https://github.com/jaster-prj /go-can ) is a canbus golang library supporting multiple transports (serial adapater, socketcan, etc).
44
55** Does not support extended frames, feel free to create a PR**
66
77## Installation
88
99``` bash
10- go get github.com/angelodlfrtr /go-can
10+ go get github.com/jaster-prj /go-can
1111```
1212
1313## Basic usage
@@ -19,8 +19,8 @@ import (
1919 " log"
2020 " time"
2121
22- " github.com/angelodlfrtr /go-can"
23- " github.com/angelodlfrtr /go-can/transports"
22+ " github.com/jaster-prj /go-can"
23+ " github.com/jaster-prj /go-can/transports"
2424)
2525
2626const TestPort string = " /dev/tty.usbserial-14140"
@@ -75,25 +75,3 @@ func main() {
7575 log.Println (" done" )
7676}
7777```
78-
79- ## License
80-
81- Copyright (c) 2019 The contributors
82-
83- Permission is hereby granted, free of charge, to any person obtaining a copy
84- of this software and associated documentation files (the "Software"), to deal
85- in the Software without restriction, including without limitation the rights
86- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87- copies of the Software, and to permit persons to whom the Software is
88- furnished to do so, subject to the following conditions:
89-
90- The above copyright notice and this permission notice shall be included in all
91- copies or substantial portions of the Software.
92-
93- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99- SOFTWARE.
0 commit comments