jacobschaer / python-doipclient

Pure Python ISO 13400 Client
MIT License
151 stars 50 forks source link

Message representation #7

Closed jacobschaer closed 2 years ago

jacobschaer commented 2 years ago

Implements str, repr, and eq on all DoIPMessages to help with debugging.

Ensures that: eval(repr(x)) == x