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.
# Description As a developer, I would like to have an automated way of organizing python imports, so it is done effortlessly. As a user, I would like to have...
# Description As a user, I would like to understand why it is better to use this package over UDSonCAN and other python packages for UDS, so I know the...
When python-can is used as a CAN bus manager, then timestamps of message are not accurate (not synchronized with local time) therefore attribute `transmission_time` of `CanPacketRecord` is not accurate. Affects:...
# Description As a user, I would like to have [pip-audit](https://github.com/pypa/pip-audit) as a tool for dependency scanning, so I have more trust into this package security. # Testing - CI\CD...
# Requires #249 # Description As a user, I would like to have a feature to receive UDS messages which are transmitted over Single Frames. # Testing - unit tests...
# Description As a user, I would like to have a feature to transmit UDS messages which are transmitted over Single Frames. # Testing - unit/integration tests - system tests...
## Requires All other issues in [this milestone](https://github.com/mdabrowski1990/uds/milestone/11) are closed. ## Description As a user, I want to have possibility to install the newest version (with new features) of this...
Investigate option of branch coverage measurement - https://pytest-cov.readthedocs.io/en/latest/config.html Preferably get both instruction and branch coverage and then report to codecov.
# Requires #247 # Description As a user, I would like to have a feature to transmit UDS messages which are segmented to First Frame and Consecutive Frames. As a...