richClubb / python-uds

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

Doip #63

Open jacobschaer opened 3 years ago

jacobschaer commented 3 years ago

Integrates python-doipclient for UDS over DoIP per request of: https://github.com/jacobschaer/python-doipclient/issues/2

Fixed some documentation.

Hoping that @ha-solutions can test. Spot checking tester-present and ecu reset seemed ok.

stephanki commented 1 year ago

one small finding when creating a whl: the Doip/config.ini is missing in the wheel: added in MANIFEST.in: include uds\uds_communications\TransportProtocols\Doip\config.ini

jacobschaer commented 1 year ago

@stephanki - fixed