From f6aae5a591c94389454b0fca79b0bd0be880a34f Mon Sep 17 00:00:00 2001 From: j2-caldwell <james2.caldwell@live.uwe.ac.uk> Date: Sat, 22 Jul 2023 12:15:24 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e84bc40..0630921 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - Establish connection. Converting ints from bytes meant indexing made it easy to split the packet into its ports and sections.  ### Task 2 - Check Sum -After this, a checksum calculation function began development to check the legitimacy of the checksum, by comparing the computed one to the public one. This failed a few times to start with. +- After this, a checksum calculation function began development to check the legitimacy of the checksum, by comparing the computed one to the public one. This failed a few times to start with.  - +- Further trial and error with checksum and it seems to work better. Data is being parsed correctly. Note: Some redundant code due to tests. + -- GitLab