gobd icon indicating copy to clipboard operation
gobd copied to clipboard

OBDII Interface for Go (golang)

trafficstars

gobd

Interface between Go (golang) and OBD II. This code could be used to interface with e.g. an ELM OBDII <-> USB device to allow for interactions between the two devices.

# Edit the path to the USB modem in examples/main.go, then...
go run examples/main.go

to poll for some data from the vehicle.

Status

This project likely won't see prompt maintenance nor extensive development in the future.

Inspiration

  • pyOBD - A Python interface for OBD

License

The code is made availalbe under the GPLv3 license.