https://github.com/xor-gate/can
Golang CAN-bus interface
https://github.com/xor-gate/can
can-bus canbus golang
Last synced: about 1 month ago
JSON representation
Golang CAN-bus interface
- Host: GitHub
- URL: https://github.com/xor-gate/can
- Owner: xor-gate
- License: mit
- Created: 2019-12-03T14:45:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T14:46:11.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T04:45:08.051Z (7 months ago)
- Topics: can-bus, canbus, golang
- Language: Go
- Homepage:
- Size: 1.16 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# can for golang
Golang CAN-bus interface with support for Linux SocketCAN backend
[![License][License-Image]][License-Url]
![Stability][Stability-Status-Image]
[![Godoc][Godoc-Image]][Godoc-Url]
[![ReportCard][ReportCard-Image]][ReportCard-Url]
[![Build][Build-Status-Image]][Build-Status-Url]# Other languages
* [Rust (github.com/mbr/socketcan-rs](https://github.com/mbr/socketcan-rs)
* [Node.js (github.com/jjkr/rawcan)](https://github.com/jjkr/rawcan)
* [Haskell (github.com/muhbaasu/socketcan)](https://github.com/muhbaasu/socketcan)# License
[MIT](LICENSE)
[License-Url]: http://opensource.org/licenses/MIT
[License-Image]: https://img.shields.io/npm/l/express.svg
[Stability-Status-Image]: http://badges.github.io/stability-badges/dist/experimental.svg
[Build-Status-Url]: http://travis-ci.org/xor-gate/can
[Build-Status-Image]: https://travis-ci.org/xor-gate/can.svg?branch=master
[Godoc-Url]: https://godoc.org/github.com/xor-gate/can
[Godoc-Image]: https://godoc.org/github.com/xor-gate/can?status.svg
[ReportCard-Url]: http://goreportcard.com/report/xor-gate/can
[ReportCard-Image]: https://goreportcard.com/badge/github.com/xor-gate/can