Open kalpitbm opened 6 years ago
Hey, thanks for checking out the repo.
Just to check, have you made any changes to the repo in your local clone? It sounds like the packet data you're sending may have exceeded what is possible to represent using the 5-bit polynomial. Are you trying to send characters that lie outside of the alphabet?
If so, you'll need to update the ChirpFactory
to use a wider representation for your data; this means your payloads will be longer, meaning an increased time to transmit and process.
I am getting below error, and not able to receive message. com.google.zxing.common.reedsolomon.ReedSolomonException: Error locator degree does not match number of roots
Please let me know what i need to do to get success response