jar

com.github.pires : obd-java-api

Maven & Gradle

Sep 30, 2016
536 stars

OBD Java API · OBD Java API compatible with ELM327.

Table Of Contents

Latest Version

Download com.github.pires : obd-java-api JAR file - Latest Versions:

All Versions

Download com.github.pires : obd-java-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window obd-java-api-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.pires.obd.commands.temperature

├─ com.github.pires.obd.commands.temperature.AirIntakeTemperatureCommand.class - [JAR]

├─ com.github.pires.obd.commands.temperature.AmbientAirTemperatureCommand.class - [JAR]

├─ com.github.pires.obd.commands.temperature.EngineCoolantTemperatureCommand.class - [JAR]

├─ com.github.pires.obd.commands.temperature.TemperatureCommand.class - [JAR]

com.github.pires.obd.commands

├─ com.github.pires.obd.commands.ObdCommand.class - [JAR]

├─ com.github.pires.obd.commands.ObdMultiCommand.class - [JAR]

├─ com.github.pires.obd.commands.PercentageObdCommand.class - [JAR]

├─ com.github.pires.obd.commands.PersistentCommand.class - [JAR]

├─ com.github.pires.obd.commands.SpeedCommand.class - [JAR]

├─ com.github.pires.obd.commands.SystemOfUnits.class - [JAR]

com.github.pires.obd.enums

├─ com.github.pires.obd.enums.AvailableCommandNames.class - [JAR]

├─ com.github.pires.obd.enums.FuelTrim.class - [JAR]

├─ com.github.pires.obd.enums.FuelType.class - [JAR]

├─ com.github.pires.obd.enums.ObdProtocols.class - [JAR]

com.github.pires.obd.commands.engine

├─ com.github.pires.obd.commands.engine.AbsoluteLoadCommand.class - [JAR]

├─ com.github.pires.obd.commands.engine.LoadCommand.class - [JAR]

├─ com.github.pires.obd.commands.engine.MassAirFlowCommand.class - [JAR]

├─ com.github.pires.obd.commands.engine.OilTempCommand.class - [JAR]

├─ com.github.pires.obd.commands.engine.RPMCommand.class - [JAR]

├─ com.github.pires.obd.commands.engine.RuntimeCommand.class - [JAR]

├─ com.github.pires.obd.commands.engine.ThrottlePositionCommand.class - [JAR]

com.github.pires.obd.commands.fuel

├─ com.github.pires.obd.commands.fuel.AirFuelRatioCommand.class - [JAR]

├─ com.github.pires.obd.commands.fuel.ConsumptionRateCommand.class - [JAR]

├─ com.github.pires.obd.commands.fuel.FindFuelTypeCommand.class - [JAR]

├─ com.github.pires.obd.commands.fuel.FuelLevelCommand.class - [JAR]

├─ com.github.pires.obd.commands.fuel.FuelTrimCommand.class - [JAR]

├─ com.github.pires.obd.commands.fuel.WidebandAirFuelRatioCommand.class - [JAR]

com.github.pires.obd.commands.protocol

├─ com.github.pires.obd.commands.protocol.AdaptiveTimingCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.AvailablePidsCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.AvailablePidsCommand_01_20.class - [JAR]

├─ com.github.pires.obd.commands.protocol.AvailablePidsCommand_21_40.class - [JAR]

├─ com.github.pires.obd.commands.protocol.AvailablePidsCommand_41_60.class - [JAR]

├─ com.github.pires.obd.commands.protocol.CloseCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.DescribeProtocolCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.DescribeProtocolNumberCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.EchoOffCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.HeadersOffCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.LineFeedOffCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.ObdProtocolCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.ObdRawCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.ObdResetCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.ObdWarmstartCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.ResetTroubleCodesCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.SelectProtocolCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.SpacesOffCommand.class - [JAR]

├─ com.github.pires.obd.commands.protocol.TimeoutCommand.class - [JAR]

com.github.pires.obd.utils

├─ com.github.pires.obd.utils.CommandAvailabilityHelper.class - [JAR]

com.github.pires.obd.commands.pressure

├─ com.github.pires.obd.commands.pressure.BarometricPressureCommand.class - [JAR]

├─ com.github.pires.obd.commands.pressure.FuelPressureCommand.class - [JAR]

├─ com.github.pires.obd.commands.pressure.FuelRailPressureCommand.class - [JAR]

├─ com.github.pires.obd.commands.pressure.IntakeManifoldPressureCommand.class - [JAR]

├─ com.github.pires.obd.commands.pressure.PressureCommand.class - [JAR]

com.github.pires.obd.commands.control

├─ com.github.pires.obd.commands.control.DistanceMILOnCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.DistanceSinceCCCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.DtcNumberCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.EquivalentRatioCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.IgnitionMonitorCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.ModuleVoltageCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.PendingTroubleCodesCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.PermanentTroubleCodesCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.TimingAdvanceCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.TroubleCodesCommand.class - [JAR]

├─ com.github.pires.obd.commands.control.VinCommand.class - [JAR]

com.github.pires.obd.exceptions

├─ com.github.pires.obd.exceptions.BusInitException.class - [JAR]

├─ com.github.pires.obd.exceptions.MisunderstoodCommandException.class - [JAR]

├─ com.github.pires.obd.exceptions.NoDataException.class - [JAR]

├─ com.github.pires.obd.exceptions.NonNumericResponseException.class - [JAR]

├─ com.github.pires.obd.exceptions.ResponseException.class - [JAR]

├─ com.github.pires.obd.exceptions.StoppedException.class - [JAR]

├─ com.github.pires.obd.exceptions.UnableToConnectException.class - [JAR]

├─ com.github.pires.obd.exceptions.UnknownErrorException.class - [JAR]

├─ com.github.pires.obd.exceptions.UnsupportedCommandException.class - [JAR]

Advertisement