quiet / libcorrect

C library for Convolutional codes and Reed-Solomon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this to encode block-based data

9crk opened this issue · 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.

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