richClubb / python-uds

A uds library for python
MIT License
95 stars 54 forks source link

React to session timing parameters from the server #50

Open DerekHoyle opened 4 years ago

DerekHoyle commented 4 years ago

UDS should get session timing from the server following a session change. This enables the client to manage timeouts better - most importantly the P2star used by "request received correctly, response pending".

This relates to #48