OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

Ignore data type hash value in alternative transports #90

Closed pavel-kirienko closed 4 years ago

pavel-kirienko commented 4 years ago

This is needed to support structural subtyping. The concept of a data type hash is likely going to remain, but the rules of its derivation and handling will need to be updated to support polymorphic compatibility.