Skip to content

Tags: MasterCodeIT/python-doipclient

Tags

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Message representation (jacobschaer#7)

* Added forgotten test case for reconnection on graceful shutdown.
* Added parent class for all message types implementing repr/str/eq
* Fixed possible issue with VIN being either str or bytes

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improved Connector Close Behavior and Auto TCP Reset (jacobschaer#5)

* Update udsoncan adapter to not close the transport by default (that functionality can be re-enabled with a kwarg in the constructor)
* Add kwarg to DoIPClient allowing reconnect/reactivate if the TCP socket breaks
* Cleaned up a few typos in documentation

v1.0.2

Toggle v1.0.2's commit message
Update automotive_ethernet.rst

Doc changes that got lost in merge.

1.0.1

Toggle 1.0.1's commit message
Update setup.py

v1.0.0

Toggle v1.0.0's commit message
Blackening

v0.0.7

Toggle v0.0.7's commit message
Update setup.py