D
D
DVoropaev2017-07-13 13:15:22
htaccess
DVoropaev, 2017-07-13 13:15:22

How to calculate the checksum?

The transfer goes according to the following rules: 4 bytes of useful information, and 1 more byte for the checksum. What is the best algorithm to choose?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
Boris Syomov, 2019-01-16
@kotomyava

You need a condition like this:
Well, then more conditions, if necessary, or your redirect.

R
Rsa97, 2017-07-13
@Rsa97

Hamming code , corrects single errors, detects double ones.

V
Vladimir Dubrovin, 2017-07-13
@z3apa3a

Reed-Solomon will most likely be optimal, because 6 bits is enough for Hamming.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question