python-uds icon indicating copy to clipboard operation
python-uds copied to clipboard

A uds library for python

Results 54 python-uds issues
Sort by recently updated
recently updated
newest added

Setup and begin the read-the-docs page for python-uds

enhancement

Implementing the session control class

enhancement

Currently CanTp does not support extended addressing, this needs to be added in future

enhancement

A logger is needed to make sure that the transmissions are properly recorded to identify bugs.

enhancement

General (occurs in both the examples and non-example code) - I'd have been tempted to have defined some of the values as constant, to make the code a little more...

bug

DecodeFunctions.py - specified pretty much everything in the documentation section at the top, except a version - do you need to at this level? - the commenting runs out a...

bug

Setup python-uds for installation with pip

enhancement

Currently the project depends on the python-can package. This is a tight-coupling and needs to be addressed so that other CAN implementations can be used in future

enhancement

Currently the implementation is tightly coupled to the use of CAN and Can Transport Protocol. This should be abstracted out so that other transport protocols can be supported. for example:...

enhancement

I'm using the Vector box VN1610, and i want to establish communication with an ECU to read a DID (service 0x22) I get an exception when initializing the communication. Uds_Channel...