1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00
Benjamin Valentin d18a304267 sys/coding: add XOR based coding module
This implements the XOR based error-correction code described by
Jürgen Fitschen (@jue89) at the RIOT Summit.

A parity byte is generated for each 3 payload bytes, then the payload array
is transposed by interpreting it as a 2D matrix with height of 3.

This is to reduce the chance of consecutive bytes ending up in the same
packet.

This allows to recover one in 3 lost data packets (if parity packets are received).

[0] https://summit.riot-os.org/2021/wp-content/uploads/sites/16/2021/09/s02-01.pdf
2023-02-06 16:21:57 +01:00
..
2022-09-16 14:00:35 +02:00
2022-11-04 16:48:48 +01:00
2022-03-11 09:24:12 +01:00
2022-01-10 12:21:40 +01:00
2022-01-13 17:50:59 +01:00
2022-06-10 11:02:40 +02:00
2022-09-29 22:01:37 +02:00
2022-09-16 14:00:35 +02:00
2022-09-26 19:06:46 +02:00
2022-03-11 09:20:24 +01:00
2022-09-16 14:00:35 +02:00
2022-09-16 14:00:35 +02:00
2022-02-11 12:38:21 +01:00
2022-09-03 23:25:01 +02:00
2022-09-29 22:01:37 +02:00
2022-10-17 10:38:14 +02:00