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

link|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
feedback

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

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

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.

link|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
feedback