Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2014/07/28 07:37] – 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 | + | All your results (diagnostic |
+ | {{ : | ||
+ | ===== 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 ===== | ||
- | |||
- | |||
- | ^ Java-ME ((partly)) </ | ||
- | | {{ : | ||
- | |||
- | |||
- | ===== Flexibility ===== | ||
- | |||
- | |||
- | 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 | ||
- | </ | ||
Line 105: | Line 35: | ||
- | Although the build plans are available in the OOBD repository, we do recommend to better buy a finished | + | Although the build plans are available in the OOBD repository, we did recommend to better buy a completely build & tested |
- | [[http://caninvader.de|{{ : | + | [[caninvader|{{ |
Line 116: | Line 46: | ||
{{ : | {{ : | ||
+ | ===== Our Partners & Sponsors ===== | ||
- | ===== About us ===== | ||
+ | Jatra as our partner in produce and distribute the [[caninvader|CAN Invader]] | ||
- | We started as a small group of mainly automotive engineers who wanted to have some simple and handy equipment for our daily work. | ||
+ | We also would like to thank our sponsors to support the OOBD idea: [[http:// | ||
- | ==== Join the OOBD- Community.. ==== | + | ---- |
- | + | ||
- | + | ||
- | 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, and you start your own all-in-one project - so that in the end we end up with hundred all-in-one concepts… | + | |
- | + | ||
- | + | ||
- | 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:// | ||
- | |||
- | |||
- | < | ||
- | |||
- | |||
- | \\ | ||
- | ===== Chat with the Developers (experimental) ===== | ||
- | < | ||
- | <iframe src=" | ||
- | </ |