ObdMetrics
ObdMetrics copied to clipboard
OBD Metrics is a Java OBD2 framework that is intended to simplify communication with OBD2 adapters like ELM327 clones. The goal of the implementation is to provide a set of useful functions that can b...
Hello, I have quoted your library file according to the steps here. I took a look at the file content. The sample file uses BluetoothConnection. However, I searched on the...
In `pom.xml`, JDK/Java version is specified as '1.8' (v8). However in `BytesConnectorResponse.java` and `CommandExecutorManager.java`, [Arrays.equals(byte[],int,int,byte[],int,int)](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Arrays.html#equals(byte[],int,int,byte[],int,int)) is used which was only introduced in JDK/Java v9. You may not have encountered this...