libcorrect icon indicating copy to clipboard operation
libcorrect copied to clipboard

How to use this to encode block-based data

Open 9crk opened this issue 3 years ago • 1 comments

My data was like this: 1500 bytes per packet. the packet may lose or recieved correctly. how should use this library to encode my data?

as I can see in correct.h file the encode function only accept 255 bytes or less data as input.

9crk avatar Aug 20 '21 06:08 9crk

My data was like this: 1500 bytes per packet. the packet may lose or recieved correctly. how should use this library to encode my data?

as I can see in correct.h file the encode function only accept 255 bytes or less data as input.

have you solve this problem, I have encountered the same problem

o-u-p avatar Feb 06 '24 05:02 o-u-p