Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2014/03/10 07:21] – [Quickstart] admin | start [2024/07/16 08:03] (current) – [What is OOBD?] admin | ||
---|---|---|---|
Line 8: | Line 8: | ||
- | OOBD (Open On Board Diagnostics) is a collection of open Source software | + | OOBD (Open On Board Diagnostics) is not a single hardcoded diagnostic application, |
- | Our target is to provide a flexible platform to do the most diagnostic tasks quick, handy and reliable. To do so, we've developed a whole set of applications, | ||
+ | All your results (diagnostic functionality and user interface layout) can be packed into one single container file and shared and distributed and executed on both Desktop machines and Android mobiles. | ||
+ | {{ : | ||
+ | ===== Rest in Peace, OOBD... ===== | ||
+ | Over the years the market was flooded with OBD dongles and Diagnostics apps, many key developers moved to other places, so OOBD lost its meaning, so this project is not alive anymore. But its main concept of creating diagnostic applications out of flexible scripts has been armended, modernized and taken over into the [[https:// | ||
===== Quickstart ===== | ===== Quickstart ===== | ||
Line 25: | Line 28: | ||
===== Features ===== | ===== Features ===== | ||
+ | As the feature list became to long for the main page, we moved it to the separate [[: | ||
- | * Runs on Windows, Linux, MacOS, Android and JavaMe | ||
- | * The Application Menu lists and functions are not hardcoded, they are programmable by lua scripts, who do the menus and the whole data handling | ||
- | * some ODX dialects can be automatically translated into lua scripts ready to use - helpful when transforming module specifications | ||
- | * Own dongle with own firmware supports | ||
- | * full length UDS messages (4095Bytes) | ||
- | * selective buffering of real time can messages directly in the dongle to de-couple the mobile app from real time requirements | ||
- | * can inject mode to send whole frame sequences for data simulation | ||
- | * raw can mode | ||
- | * readout for rx/tx CAN error counter to measure bus quality | ||
- | * in field updateable via bluetooth | ||
- | ===== Several Platforms | + | ===== Own Hardware - The CAN-Invader |
- | ^ Java-ME ((partly)) </ | + | Although the build plans are available |
- | | {{ : | + | |
- | ===== Flexibility ===== | + | [[caninvader|{{ |
- | |||
- | This is realized by control the functions by loadable (Lua) scripts. | ||
- | |||
- | |||
- | ==== Examples ==== | ||
- | |||
- | |||
- | Building the main menu: | ||
- | |||
- | |||
- | <code lua> | ||
- | identifyOOBDInterface() | ||
- | setSendID(" | ||
- | openPage(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | addElement(" | ||
- | pageDone() | ||
- | return oldvalue | ||
- | end | ||
- | </ | ||
- | |||
- | |||
- | Reading the VIN number: | ||
- | |||
- | |||
- | <code lua> | ||
- | echoWrite(" | ||
- | udsLen=receive() | ||
- | if udsLen>0 then | ||
- | if udsBuffer[1]==73 then | ||
- | local pos=4 | ||
- | local res="" | ||
- | while pos <= udsLen and pos < 36 do | ||
- | if udsBuffer[pos]> | ||
- | res=res..string.char(udsBuffer[pos]) | ||
- | end | ||
- | pos= pos +1 | ||
- | end | ||
- | return res | ||
- | else | ||
- | return " | ||
- | end | ||
- | else | ||
- | return "NO DATA" | ||
- | end | ||
- | end | ||
- | </ | ||
- | |||
- | |||
- | ===== Own Hardware - The CAN-Invader===== | ||
- | |||
- | |||
- | Although the build plans are available in the OOBD repository, we do recommend to better buy a finished CAN invader device at our partner | ||
- | |||
- | [[http:// | ||
It was found that there' | It was found that there' | ||
- | {{ : | + | {{ : |
- | ===== About us ===== | + | ===== Our Partners & Sponsors |
- | We started | + | Jatra as our partner in produce and distribute the [[caninvader|CAN Invader]] |
- | ==== Join the OOBD- Community.. ==== | + | We also would like to thank our sponsors to support |
- | + | ||
- | + | ||
- | If you like the concept of a flexible, configurable diagnostic software so much as we do, you might want to take the advantage of Open Source and take the base to implement your own ideas, wishes and needs - which is, of course, a good idea | + | |
- | + | ||
- | + | ||
- | But.. | + | |
- | + | ||
- | + | ||
- | As you certainly know, there are hundreds of diagnostic programs around, solving hundreds single problems, each one for its own. We have set up the OOBD project to generate a generic framework | + | |
- | + | ||
- | + | ||
- | We are now just worried that you probably like this idea of this all-in-one-design, | + | |
- | + | ||
- | + | ||
- | So please before you start your own thing, have a thought about to join our team. We are open to every new idea, and as you see, we are also just at the beginning, but we really would like to end up with just one program for everything. | + | |
+ | ---- | ||
{{ : | {{ : | ||
- | ---- | ||
- | |||
- | |||
- | ===== Our Partners & Sponsors ===== | ||
- | |||
- | |||
- | Jatra as our partner in produce and distribute the [[http:// | ||
- | |||
- | |||
- | < | ||
- | |||
- | We also would like to thank our sponsors to support the OOBD idea: [[http:// | ||
- | |||
- | |||
- | < |