Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I was wondering if there is an API for accessing vehicle information and various events that occur? I am guessing that if I want that type of information, I'd have to work directly with the manufacturer to get access to that information.

Walter

share|improve this question
I beg to differ ... computers are embedded in cars. When was the last time you ridden in a car with a mechanical link to the gas pedal? – Walter White Feb 18 '10 at 14:19

closed as off topic by Kez, quack quixote, Diago Feb 11 '10 at 19:37

Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

The technology is called an On Board Diagnostics port OBD2 and it exists in most modern cars. A quick google search for OBD2 + java turned up some interesting results.

share|improve this answer
Thanks, I think that is what I'm looking for. I think it could be fun to play around with, provided my car still runs. – Walter White Feb 18 '10 at 14:22