From 9129e63f5adb84b80114d81f11021ac35d5cd090 Mon Sep 17 00:00:00 2001 From: Jack Holdsworth <Dooster12@Hotmail.co.uk> Date: Sun, 7 May 2023 14:00:49 +0100 Subject: [PATCH] images --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c843e8b..8629d40 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,9 @@ FEATURES OF CALCULATOR ___ ### Task 3: Documentation. * This task involves building UML diagrams for the calculator. -* ***Wiring Diagram*** This diagram demonstrates how the calculator is wired up. -* ***UML Class Diagram*** We are taking a websocket connecting to it and printing the packet all it one. This take doesnt require us todo much else with the packet so it can just be called in a function.  -* ***send_packet(websocket, sourcePort, deskPort, payLoad)*** To send packets to the server they need to be in UDP format in base64. This function will create a header for the payload including the correct checksum so the server can confirm the packet has arrived valid.  -* ***unittest.py*** unittest is an inbuilt Python library. Its a test runner and is specially design for running tests and debugging. This one contains a few useful tools that we are going to use. It works similarly to the assert function. Task 3 doesn't have any output other than to the terminal. I could alter the output but this is out of my scope for the project. Here I am just checking if the program runs correctly. All the tests were successful. +* ***Wiring Diagram*** This diagram demonstrates how the calculator is wired up.  +* ***UML Class Diagram*** A class diagram for the classes involved with the calculator.  + ___ ## Demos * Completed demo in class -- GitLab