Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.02 KB

ODB.Net

ODB support for .Net applications

Solution Overview

  • OdbSupport - base classes for OBD support (portable library)
  • ObdSimulator - simulates an ELM 237 compatible ODB device (portable library)
  • OdbSimulatorGui - UI for an OBD Simulator
  • ObdAnalyzer - ODB application for Windows desktop
  • ObdAnalyzer.WP8 - Windows Phone 8 ODB application
  • Obd.Test - unit tests
  • UiSupport - support class for UI projects
  • BluetoothTest - Windows Phone 8 test application

Build

Requisites

  • Visual Studio 2013
  • Build tools for Windows Phone 8

Tested Devices

  • iHarbort® Mini Bluetooth OBD 2
  • Samsung ATIV S
  • Laptop with Bluetooth

Thanks

The gauge control used by OdbAnalyzer (AGauge) is from the Code Project article http://www.codeproject.com/Articles/448721/AGauge-WinForms-Gauge-Control and licensed under the The zlib/libpng License.

License

OBD.Net is licensed under the Apache License, Version 2.0.