Commit Graph

5 Commits

Author SHA1 Message Date
Quentin 4b9bd48053
Working checksum computation 2021-04-25 16:56:35 +02:00
Quentin 1ee8439ed8
WIP checksum 2021-04-25 16:27:43 +02:00
Quentin 9e3488dcba
Fix README 2021-04-25 11:15:16 +02:00
Quentin 70aee3087b
Simplify the code
- We can use the structure not only to read the packet but also to modify it
 - Binary OR/AND are done with single chars, eg. & or | while logical OR/AND are done with 2 chars, eg. && or ||
2021-04-25 11:11:03 +02:00
Quentin 0924655e4b
Refactor 2021-04-25 10:56:48 +02:00