├── 1. String Reverse (Client-Server) Python ├── ReverseString.PNG ├── client.py └── server.py ├── 2. Practice Problem ├── Question ├── client.py └── server.py ├── 3. Client Server CRC code ├── CRC.PNG ├── CRCcode.py ├── Problem Statement.rtf ├── client.py ├── server.py └── vrc-lrc.py ├── Message-Length ├── README.md ├── client.py └── server.py ├── Multi-Threading ├── SampleDictionaryworking.py ├── client2.py └── server1.py ├── README.md ├── Socket_C ├── client.c └── server1.c └── googleconnect.py /1. String Reverse (Client-Server) Python/ReverseString.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/1. String Reverse (Client-Server) Python/ReverseString.PNG -------------------------------------------------------------------------------- /1. String Reverse (Client-Server) Python/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/1. String Reverse (Client-Server) Python/client.py -------------------------------------------------------------------------------- /1. String Reverse (Client-Server) Python/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/1. String Reverse (Client-Server) Python/server.py -------------------------------------------------------------------------------- /2. Practice Problem/Question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/2. Practice Problem/Question -------------------------------------------------------------------------------- /2. Practice Problem/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/2. Practice Problem/client.py -------------------------------------------------------------------------------- /2. Practice Problem/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/2. Practice Problem/server.py -------------------------------------------------------------------------------- /3. Client Server CRC code/CRC.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/3. Client Server CRC code/CRC.PNG -------------------------------------------------------------------------------- /3. Client Server CRC code/CRCcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/3. Client Server CRC code/CRCcode.py -------------------------------------------------------------------------------- /3. Client Server CRC code/Problem Statement.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/3. Client Server CRC code/Problem Statement.rtf -------------------------------------------------------------------------------- /3. Client Server CRC code/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/3. Client Server CRC code/client.py -------------------------------------------------------------------------------- /3. Client Server CRC code/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/3. Client Server CRC code/server.py -------------------------------------------------------------------------------- /3. Client Server CRC code/vrc-lrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/3. Client Server CRC code/vrc-lrc.py -------------------------------------------------------------------------------- /Message-Length/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Message-Length/README.md -------------------------------------------------------------------------------- /Message-Length/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Message-Length/client.py -------------------------------------------------------------------------------- /Message-Length/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Message-Length/server.py -------------------------------------------------------------------------------- /Multi-Threading/SampleDictionaryworking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Multi-Threading/SampleDictionaryworking.py -------------------------------------------------------------------------------- /Multi-Threading/client2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Multi-Threading/client2.py -------------------------------------------------------------------------------- /Multi-Threading/server1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Multi-Threading/server1.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/README.md -------------------------------------------------------------------------------- /Socket_C/client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Socket_C/client.c -------------------------------------------------------------------------------- /Socket_C/server1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/Socket_C/server1.c -------------------------------------------------------------------------------- /googleconnect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shauryauppal/Socket-Programming-Python/HEAD/googleconnect.py --------------------------------------------------------------------------------