* first draft
* cleaner and supports scanning all subaddrs for all addrs
* clean up
* full
* rm
* and now print
* revert
* consistency
* add comment
* add subaddr to tqdm description
* without a stupid `a = 1; if a == 1...` check, comment is best workaround
* examples: choose panda for fw query
* add type names
* add types and names to lists
* cleanup
* better output
* exit code
* dict
* delete
* get_type returns a bytearray
* simplify (okay to rely on Panda for this error catching)
* finish up
* not required for our use case
* clean up
* revert
Co-authored-by: Shane Smiskol <shane@smiskol.com>
* python: disable power save by default when setting safety mode
* no need to set power save manually
* Update python/__init__.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Extend ISO-TP subsequent frame timeout, add response pending timeout and extra debug info
* Change response_pending to local variable, move response_pending_timeout to UdsClient, update ISO-TP debug output
* Set UDS request pending timeout to 6 seconds (ISO 14229-2:2013 section 7.2 recommended value + 1 second latency)
* manage response pending in single location
* more generous response pending timeout
* add tx timeout
* fix lint error
* fix rx addr for 29 bit addrs
* fix linting issue
Co-authored-by: Martin Lillepuu <martin@mlp.ee>
* fix W391
* E262
* E703
* W293
* some E
* E231
* some more E
* E225
* more E
* E252
* no tabs
* more tabs
* E701
* uds.py
* almost all of them
* only e265 left
* not sure why this is triggering on commented out code
* ignore esptool