DOC

io.github.tzebrowski : obd-metrics

Maven & Gradle

Oct 01, 2022
13 stars

OBD Metrics · 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 be a foundation for future OBD2 related applications.

Table Of Contents

Latest Version

Download io.github.tzebrowski : obd-metrics Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.tzebrowski : obd-metrics Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
9.1.x
6.15.x
4.4.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file obd-metrics-9.1.0-javadoc.jar to obd-metrics-9.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder obd-metrics-9.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "obd-metrics-9.1.0-sources.jar" -d "obd-metrics-9.1.0-javadoc" -subpackages 

Advertisement