Commit graph

3 commits

Author SHA1 Message Date
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