python-uds
python-uds copied to clipboard
A uds library for python
Setup and begin the read-the-docs page for python-uds
Currently CanTp does not support extended addressing, this needs to be added in future
A logger is needed to make sure that the transmissions are properly recorded to identify bugs.
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...
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...
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
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:...
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...