java-cardiag
java-cardiag copied to clipboard
ELM327+OBDII car diagnostic completely written in Java
LICENSE
Hi! Could you add a license for this repo? Also, it would be great if you could publish this as a library to Maven. Thanks!
- conversion of bytes to values/enums/etc. - communication with the ELM/OBD - communication with a GUI (does not exist yet) - communication with a server (statistics, analysis, comparison, etc.; does...
Problem: responses come 1 byte per 1 line, not 8 per 1 line as usual.
Needed for unit testing. Simulator must not use any serial interface, it will be only Java code responding as if it was serial device. In should be extensible to simulate...
For the simplicity no GUI will be implemented at this time. Program can be run only from command line and user interaction will be in the form of questions and...