Reputation: 1
Does anyone know where to find open source code for a ReedSolo encoder that uses a binary bitstream as input? Preferably a Python project。
The open source projects I have found so far all use the ReedSolo encoding method with characters as input, (for example https://github.com/tomerfiliba-org/reedsolomon.) Is there a ReedSolo encoding method that uses binary bit streams as input?
Upvotes: 0
Views: 84