rzetterberg / elmobd

A Go library for talking to cars over OBD-II
MIT License
221 stars 41 forks source link

Support connection over TCP #34

Closed stv0g closed 2 years ago

stv0g commented 2 years ago

I have an ELM dongle which provides connectivity to the ELM chip via Wifi + TCP. It would be nice to have a new device type which connects to a TCP or Unix domain socket. This would greatly increase compatibility with other ELM based tooling.

stv0g commented 2 years ago

Implemented by #35