RSENCODER HELP

 

package "rsencoder"

version "1.7"

purpose "Read a bit stream from standard input and write it on standard
output with added Reed-Solomon redundancy. Setting ssize to 1 adds fake
redundancy (i.e. does no coding) for debugging purposes."
option "ssize" m "symbol size (range [2,16], default is 8)" int no
option "bsize" n "block size (range [1,(2^m)-1], default is 255)" int no
option "dsize" k "data symbols (range is [1,n], default is 223)" int no
option "debug" d "print some more error messages" flag off