java-cardiag icon indicating copy to clipboard operation
java-cardiag copied to clipboard

ELM327+OBDII car diagnostic completely written in Java

Results 8 java-cardiag issues
Sort by recently updated
recently updated
newest added

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...

needs testing
maintenance

Problem: responses come 1 byte per 1 line, not 8 per 1 line as usual.

bug
needs testing

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...

enhancement

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...

enhancement