uds icon indicating copy to clipboard operation
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.

Results 52 uds issues
Sort by recently updated
recently updated
newest added

# 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...

enhancement

# 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...

documentation

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:...

bug
CAN

# 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...

enhancement

# 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...

implementation
CAN
system 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...

implementation
CAN
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...

implementation

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.

CI/CD

# 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...

implementation
CAN
system tests