Logo

Kotlin OBD API

Kotlin OBD API is a lightweight and developer driven API to query and parse OBD commands.

A lightweight and developer-driven API to query and parse OBD commands. Written in pure Kotlin and platform agnostic with a simple and easy to use interface, so you can hack your car without any hassle. ? This is a flexible API that allows developers to plug-in to any connection interface (Bluetooth, Wifi, USB...). By default, we use an ObdDeviceConnection that receives an InputStream and an OutputStream as parameters (so if you can get this from your connection interface, you're good to go ?).

Explore By Topic