LTSupportAutomotive Save

An iOS / watchOS / macOS support library for OBD2, VIN-Decoding, and more.

Project README

Status

This library is stable and by now pretty much in bugfix-only mode. The reason for that is that the support for Unified Diagnostic Services (UDS) (which I originally planned to implement in this library) proved to be unworkable – see this comment for more details.

If your priority is full OBD2 coverage, you can (and should) still continue to use this library. It works great with both Objective-C and Swift (in particular the SPM branch). If your priority is UDS though, I might have something proprietary for you. If you aren't shy of licensing a closed source library, please contact me in private.

Introduction

LTSupportAutomotive is a library for writing apps that communicate with vehicles using OBD2 adapters. It also contains auxilliary classes, such as a VIN decoder, and a BTLE characteristic(s) / NSStream serial bridge.

Here is an overview of the most important classes:

LTOBD2Adapter (abstract)

Represents an OBD2 adapter sending commands over input- and output-streams using a certain vehicle protocol. Concrete subclasses (e.g., LBOBD2AdapterELM327 for ELM327-compatible chipsets, or LTOBD2AdapterCaptureFile for capture files) are available.

LTOBD2Command (abstract)

Represents an OBD2 command. Concrete subclasses, e.g. for the well-known OBD2 PIDs are available.

LTOBD2Protocol (abstract)

Represents a generic vehicle protocol. Concrete subclasses for protocols such as ISO14230-4 (CAN), ISO15765-4, ISO9141-2, or SAEJ1850 are available.

LTBTLESerialTransporter

Represents a bridge between one or two BTLE characteristics and NSStream subclasses.

How to use LTSupportAutomotive

CococaPods

Add this framework to your podfile:

pod 'LTSupportAutomotive', '~> 1.0'

Carthage

If anyone wants to make this carthage aware, feel free to supply a pull request. I'm not using this package manager myself.

Xcode subproject

You can also include LTSupportAutomotive as an Xcode subproject and link LTSupportAutomotive.framework to your executable.

Swift Package Manager

Please see the SPM branch.

Examples

LTAutomotiveSupportDemo.xcodeproj is a (pretty bare-bones) example project.

Apps using this library

Please drop us a note, if you are using this library as well.

Supported Hardware

This software should work with most ELM327-compatible hardware (including the behemoth of available clones). In general, I recommend the Bluetooth 4.0 devices, since they seem to have a much better quality compared to WiFi adapters – and these days they are only minimally more expensive. Moreover, they're much more convenient as you don't have to switch the WiFi network (potentially losing your internet connectivity).

Note that since iOS is lacking public SDK access to Bluetooth classic (in particular the Bluetooth rfcomm protocol), iOS devices will generally not work with Bluetooth 3.0 adapters – notable exceptions being those who take part in the Apple Manufactured For iPod program.

I have tested this library myself with the following adapters (Note that none of these contain a real ELM327):

Apple MFi

  • SCANTOOL OBDLINK MX+ (STN2255)

Bluetooth 4.0 (BLE)

  • Carista Bluetooth OBD2
  • FIXD OBD-II Scan Tool (2nd Gen)
  • kungfuren OBD2 Bluetooth 4.0
  • LELink Bluetooth Low Energy
  • VGate iCar Pro BLE4.0 Dual
  • WGSoft.de UniCarScan UCSI-2000
  • WGSoft.de UniCarScan UCSI-2100

WiFi

  • EXZA® SUPER Mini WiFi WLAN OBD 2
  • NAVISKAUTO WIFI WLAN ELM327
  • SCANTOOL OBDLINK MX WIFI (STN1153)

USB

  • SCANTOOL OBDLINK SX (STN1130)
  • SCANTOOL OBDLINK EX (STN2230)

Enhancements

While this library can already be used for a lot of things, I'd like to see improvements in a bunch of areas, such as:

  • Translations (I only have DE, FR, and EN atm.),
  • Implementation of missing standardized PIDs,
  • Addition of vendor-specific DTCs,
  • Implementation of vendor-specific PIDs,
  • Implementation of direct (non-PID-based) communication with ECUs.

How to contribute

Please fork and open a pull-request. I'd also like to know about success stories or confirmation for additional compatible hardware (see above) working with this library.

Special Thanks

  • LAWA Solutions GmbH
  • Thomas Dankert
  • BOSCH Service Solutions GmbH
  • TPE Europe GmbH

License

Copyright (c) 2016-2021 Dr. Michael 'Mickey' Lauer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in the documentation of any redistributions of the template files themselves (but not in projects built using the templates).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Open Source Agenda is not affiliated with "LTSupportAutomotive" Project. README Source: mickeyl/LTSupportAutomotive
Stars
206
Open Issues
23
Last Commit
1 month ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating