Skip to content
Snippets Groups Projects
Commit 1debbe70 authored by j2-caldwell's avatar j2-caldwell
Browse files

Update README.md

parent f7411874
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
- 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.
![CheckFail](img/computechecksum.png) ![CheckFail](img/computechecksum.png)
- Further trial and error with checksum and it seems to work better. Data is being parsed correctly. Note: Some redundant code due to tests. - Further trial and error with checksum and it seems to work better. Data is being parsed correctly. Note: Some redundant code due to tests.
![CheckBetter](img/checksum2.png) ![CheckBetter](img/checksum2.PNG)
### Task 3 ### Task 3
-- Created some UDP packet transfer between localhost and server, different check sums occur, and are compared with eachother before connection, so checksum compute needs tweaking to match the connection and for accuracy. -- Created some UDP packet transfer between localhost and server, different check sums occur, and are compared with eachother before connection, so checksum compute needs tweaking to match the connection and for accuracy.
![Test](img/lt.png) ![Test](img/lt.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment