u9n / dlms-cosem

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

Support segmented HDLC Information frames. #7

Closed Krolken closed 3 years ago

Krolken commented 3 years ago

To be able to read and send alot of data we need to extend the hdlc connectiona and client to be able to handle segmented information frames.

codecov-io commented 3 years ago

Codecov Report

Merging #7 (b15a2f3) into master (41fd3a1) will decrease coverage by 1.05%. The diff coverage is 15.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   76.36%   75.31%   -1.06%     
==========================================
  Files          41       41              
  Lines        2987     3026      +39     
==========================================
- Hits         2281     2279       -2     
- Misses        706      747      +41     
Impacted Files Coverage Δ
dlms_cosem/clients/serial_hdlc.py 0.00% <0.00%> (ø)
dlms_cosem/protocol/hdlc/connection.py 0.00% <0.00%> (ø)
dlms_cosem/protocol/hdlc/state.py 0.00% <0.00%> (ø)
dlms_cosem/protocol/hdlc/fields.py 76.27% <33.33%> (-9.30%) :arrow_down:
dlms_cosem/protocol/hdlc/frames.py 76.05% <40.00%> (-6.56%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 41fd3a1...b15a2f3. Read the comment docs.