An open API service indexing awesome lists of open source software.

https://github.com/pschichtel/obd4s

OBD library for Scala
https://github.com/pschichtel/obd4s

obd obd-ii scala socketcan typesafe

Last synced: 3 days ago
JSON representation

OBD library for Scala

Awesome Lists containing this project

README

          

# obd4s

This library is a simple implementation of the OBD protocol over CAN and various ELM devices.

The CAN communication is handled by the [JavaCAN](https://github.com:pschichtel/javacan.git)
library, ELM communication uses other a serial connection or a bluetooth connection, depending
on the device being used.