Nodes/ComfyUI ARG Toolkit/Reed-Solomon Decode
ComfyUI Node

Reed-Solomon Decode

A ComfyUI node in ARG Toolkit/Utilities/Error Correction with 3 inputs and 3 outputs.

By AzelusLightvale·Created 11 months ago·Updated 25 days ago· 1
Reed-Solomon Decode
  • data
  • decoded_msg
  • msg_with_code
  • errata_pos_list
ecc_symbols
erase_pos
CategoryARG Toolkit/Utilities/Error Correction

Inputs (3)

NameTypeDefaultDescription
dataBYTESLIKEThe data to run through the error-correction algorithm.
ecc_symbolsINTThe amount of error-correction symbols to insert into the data.
erase_posoptSTRINGIf you know the exact positions of the errors, type them here in a comma-separated list.

Outputs (3)

NameTypeDescription
decoded_msgBYTESLIKE
msg_with_codeBYTESLIKE
errata_pos_listBYTESLIKE