An open API service indexing awesome lists of open source software.

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

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