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
- Host: GitHub
- URL: https://github.com/pschichtel/obd4s
- Owner: pschichtel
- License: mit
- Created: 2018-09-05T18:01:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T00:05:39.000Z (about 1 year ago)
- Last Synced: 2025-04-10T06:05:53.332Z (10 months ago)
- Topics: obd, obd-ii, scala, socketcan, typesafe
- Language: Scala
- Size: 150 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.