richClubb / python-uds

A uds library for python
MIT License
95 stars 54 forks source link

Abstraction of CanTp into a generic Tp class #2

Open richClubb opened 6 years ago

richClubb commented 6 years ago

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: DoIP, LIN etc