gogi

command module
v0.0.0-...-953d949 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2018 License: MIT Imports: 10 Imported by: 0

README

GOGI

A car diagnostic tool written in go

go + obd + grafana + influx

GoDoc License MIT

Demo

Video Showcase

Usage

Building
# normal build
go build

# building on rpi or arm device
GOOS=linux GOARCH=arm go build
Configuration

!!! Lookup and copy enviroment file .env.example to .env

Key Value Default Description
APP_DEBUG bool false Use debug logger
USE_FAKE bool false Use fake OBD readings - good for testing
SERIAL_DEVICE string /dev/ttyUSB0 Path to OBD serial device
DB_DRIVER string influx Driver to use for storing OBD readings
DB_HOST string http://localhost Host of the database
DB_PORT int 8086 Port for the database
DB_USERNAME string Username for database
DB_PASSWORD string Password for database
DB_DATABASE string mb Schema to use for database
Running
./gogi

Roadmap

  • Add tests
  • Add MySQL driver
  • Test on more cars

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL