-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ODX #84
Comments
Me too. |
Agreed with the independent parser. |
Hi all, This is the link to the project: https://github.com/richClubb/python-uds/projects/4 Franco |
@ha-solutions Tangentially related, but how exactly is the ODX file generated/retrieved? Do you just have to use the Device Identifier (0xF19E) and read the file out as bytes? https://i.imgur.com/HXQr2FF.png |
@pylessard, @keelung-yang or anyone else here who considers starting a new parser project, there are a few actively maintained libraries that are already working on providing this functionality: The python-uds package is unfortunately no longer maintained and might generally be tough to integrate with other packages. However, https://github.com/mercedes-benz/odxtools is probably worth having a look at. It is actively being maintained and updated and already in a state where it can be productively used (e.g. together with the can-isotp or udsoncan packages) Besides that there is also https://github.com/cantools/cantools which some of you might already be using for parsing dbc files but it also supports CDD which is functionally equivalent to ODX and can be created from ODX files |
@1atabey1 I can just say that I'm using odxtools and came here to write about this as possible extension, but you did already. I had an issue with odxtools reading my pdx file, but at the same day, the issue got accepted, solved and integrated - so they are indeed very active. You could almost just integrate the Database class in ClientConfig (or extract certain information from Database, like the data_identifiers Dict and fill it with that info). |
Nice! Cheers! |
Hi, would it be possible to investigate adding support for ODX, specifically ODX-D which contains DTC descriptions, Diagnostic Services, PID's, Routines, IO Control and positive/negative responses?
The text was updated successfully, but these errors were encountered: