pylessard / python-udsoncan

Python implementation of UDS (ISO-14229) standard.
MIT License
583 stars 198 forks source link

No suppport for WWHOBD #245

Open Krash-2504 opened 3 weeks ago

Krash-2504 commented 3 weeks ago

Hi, There seems to be no client functions for WWHOBD. Is there any plan of adding support for WWHOBD?

pylessard commented 3 weeks ago

Was not aware that this existed. I'm looking at ISO-14229 , I see they added reportWWHOBDDTCByMaskRecord, and reportWWHOBDDTCWithPermanentStatus in the 2013 edition. Is that what you are looking for?

I can surely add the support relatively fast.

Krash-2504 commented 3 weeks ago

Yes, these are the ones.

pylessard commented 2 weeks ago

Support shouldn't be too hard to add. I'm working on something else these days. Will check eventually. I'm also open to a PR, but it would need all the unit tests.

Cheers