Documentation ¶
Overview ¶
Package main - OBD2 Diagnostic Tool
This package implements a command-line interface to interact with OBD2 interfaces. It allows users to monitor vehicle diagnostics using the ELM327 interface or compatible devices.
This tool leverages the Cobra library for creating powerful and flexible CLI applications.
Example usage:
Connect to a serial OBD2 device: ./gobd2 monitor --port /dev/ttyUSB0 --baud 115200
Connect to a Bluetooth OBD2 device: ./gobd2 monitor --bluetooth --address "00:1D:A5:68:98:8B"
For more information and updates, visit https://github.com/janekbaraniewski/gobd2.
Click to show internal directories.
Click to hide internal directories.