u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
80 stars 41 forks source link

Support segmented messages over HDLC #5

Closed Krolken closed 3 years ago

Krolken commented 3 years ago

Right now the HDLC layer only supports messages that are within the standard window sized. (128 bytes) We need to extend the connection and state of HDLC to allow for sending and receiving segmented frames.

Krolken commented 3 years ago

Closed by #7