uds
uds copied to clipboard
Python package for communication via UDS (Unified Diagnostic Services) protocol. The package supports typical buses (i.e. CAN, Ethernet, LIN, FlexRay, K-Line) with possible extensions to any bus.
Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.990. Commits b71dc3d Remove +dev from version 719cef9 Add support for exception groups and except* (#14020) 91b6fc3 Fix crash on nested unions in recursive types...
Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.4 to 2.6. Release notes Sourced from vulture's releases. 2.6 (2022-09-19) Add basic match statement support (kreathon, #276, #291). 2.5 (2022-07-03) Mark imports in __all__ as used...
## Requires #73 #144 ## Description As a user, I would like to have possibility to schedule CAN Packet transmission at provided time, so I can control how packets are...
Change queues approach: - Queue stores historic items even if they are already gotten (this feature is required by Transport Interface) - packets and messages queues merged (they do exactly...
## Requires #22 ## Description As a user, I would like to have documentation "how to use" Transport Interface for python-can, so I could follow the guide. As a developer,...
## Requires All other issues in [this milestone](https://github.com/mdabrowski1990/uds/milestone/10) are closed. ## Description As a user, I want to have possibility to install the newest version (with new features) of this...
## Requires #78 #80 #79 ## Description As a user, I would like to have implemented all defined features of UDS Message Stack, so I can actually use them. As...
## Requires #82 ## Description As a user, I would like to have API of container for UDS Messages, so I easily use this feature. As a developer, I would...
## Requires #78 #5 #96 ## Description As a user, I would like to set all communication parameters on client side, so I can reuse them during communication instead of...
## Requires #78 #22 #72 ## Description As a user, I want to have an option to send diagnostic request via physical or functional addressing, so I could decide the...