ComfyUI Node
Reed-Solomon Decode
A ComfyUI node in ARG Toolkit/Utilities/Error Correction with 3 inputs and 3 outputs.
Reed-Solomon Decode
- data
- decoded_msg
- msg_with_code
- errata_pos_list
◄ecc_symbols—►
◄erase_pos►
CategoryARG Toolkit/Utilities/Error Correction
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| data | BYTESLIKE | The data to run through the error-correction algorithm. | |
| ecc_symbols | INT | The amount of error-correction symbols to insert into the data. | |
| erase_posopt | STRING | If you know the exact positions of the errors, type them here in a comma-separated list. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| decoded_msg | BYTESLIKE | — |
| msg_with_code | BYTESLIKE | — |
| errata_pos_list | BYTESLIKE | — |