pylessard / python-udsoncan

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

Request a seed with data #79

Closed guigor closed 3 years ago

guigor commented 3 years ago

In accordance with the ISO 14229:2006, it's possible to request a seed with data:

securityAccessDataRecord: This parameter record is user optionally to transmit data to a server when requesting the seed information. It can e.g. contain identification of the client that is verified in the server.

Maybe the unit tests need to be updated for this change. I didn't find how to run them.

pylessard commented 3 years ago

Let me double check the standard. unit test is run with python -m unittest in the root folder, but they seems to pass.