https://github.com/amdf/ixxatvci3
Golang IXXAT VCI3 interface for Windows
https://github.com/amdf/ixxatvci3
automotive can can-bus canbus canusb controller-area-network golang ixxat
Last synced: 2 months ago
JSON representation
Golang IXXAT VCI3 interface for Windows
- Host: GitHub
- URL: https://github.com/amdf/ixxatvci3
- Owner: amdf
- Created: 2020-07-24T17:55:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T06:24:00.000Z (almost 3 years ago)
- Last Synced: 2023-08-22T07:42:49.083Z (almost 3 years ago)
- Topics: automotive, can, can-bus, canbus, canusb, controller-area-network, golang, ixxat
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IXXAT VCI3 Golang package
[github.com/amdf/ixxatvci3](https://github.com/amdf/ixxatvci3) is a CAN bus golang package supporting IXXAT VCI3 interface for Windows.
`ixxatvci3` works with IXXAT USB-to-CAN devices.

## Installation
```bash
go get github.com/amdf/ixxatvci3
```
_ixxatvci3_ is *cgo* package.
If you want to build your app using ixxatvci3, you need gcc. [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) is recommended for Windows.
***Important: because this is a `CGO` enabled package you are required to set the environment variable `CGO_ENABLED=1` and have a `gcc` compile present within your path.***
## Examples
See https://github.com/amdf/ixxatvci3-examples