Pier-Yves Lessard
Pier-Yves Lessard
Hi, the validation logic is in the client for architecture purpose. The service layer is stateless, so it validate the validity of the payload. The client is aware of what...
I think that could work!
Hi @danielhrisca, I'm am not so familiar with flexray, but shouldn't it replace the Link Layer, meaning replace the pythoncan module? Is there a standard that explain how UDS over...
Alright, if you can make something that doesn't break the interface, i'm all good. My requirements are to be backward compatible and keeping the unit test passing (unless a test...
Agreed with the independent parser. Not much time in front of me for this unfortunately
you have to write it. it's an example. The documentation explains how to build your own configuration.
Agree that the documentation is incomplete regarding how the DTC are reported. In your case, DTCs are in ``response.service_data.dtcs`` which is an array of DTC object. Example response.service_data.dtcs[0].id response.service_data.dtcs[0].status response.service_data.dtcs[0].severity...
The error is simple. As it says, response doesn't exist. That's because in my example, response is what you get from get_dtc_by_status_mask(). Every client function return a ``Response`` object. In...
Hi, I will leave this issue opened. Documentation needs to be updated. Thanks for pointing the issue
Hi @jwdsoft , I think your question deserve a new issue. I've created #44 to help answers. Honnestly, I personnaly am not aware of what commercial platform uses it. I...