From 0ca2cb6b06fc10d97cb3f6db6c136790ecfb879d Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 29 Jul 2024 20:02:46 +0530 Subject: [PATCH] Added link for crc code, currently in testing branch --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 82ff7b5..993d1e0 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ This Git repository is a comprehensive resource for the Computer Networks and Security (CNS) course under the SPPU 2019 syllabus. It includes materials on fundamental concepts such as network architectures, protocols, and technologies, as well as practical implementations of client-server applications and insights into the data link layer and routing protocols. The repository also covers the application layer's role and essential network security topics, providing students with the knowledge and skills needed to master the course outcomes effectively. --- + +## Index + +### Codes + +1. [Cyclic Redundancy Check (CRC)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/testing/Codes/CRC.cpp) **(CURRENTLY BEING TESTED, WILL BE MERGED IN THE MAIN BRANCH SOON)**