From 85ac36d51baa4538b2b055d6150aad065d906011 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:04:28 +0100 Subject: [PATCH] Update Client.md --- Docs/Client.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Docs/Client.md b/Docs/Client.md index 5efa11c..2bd913a 100644 --- a/Docs/Client.md +++ b/Docs/Client.md @@ -2,23 +2,12 @@ This module is incharge of communicating with the server and receiving the appropriate information back from the server. ## Functions of the Client Module -- [Interact with the Server Api](#functions-of-the-client-module) + - [Decision maker on how the ip table is created or updated](#decision-maker-on-how-the-ip-table-is-created-or-updated) - -## Interact with the Server Api -This sections talks about the functionality implemented till now. -- The client can start docker containers using the function StartContainer. -This functions calls the route: -``` -http://:/startcontainer -``` -TODO: Outputs and how it's printed - ## Decision maker on how the IP table is created or updated - Does a local speedtest to verify and see if the server IP's in the IP table are pingable. -- Downloads the Servers IP table. - Tries to ping the servers IP Table addresses. - If it's pingable then it's added as a new entry in the IP table. - The following steps occurs in the clients IP table.