A Case Study of TCP/IP, and my program(s).
The purpose of this project is to understand the basic communication principles of TCP/IP Socket and its operations to improve socket implementation skills through various programming languages such as Java, C++, Python, and others. I implemented Sender and Receiver side sockets that can be transferable for any text message composed of at least 1000 words.
This project is created using Python, and the Socket module, and has three separate files total. A .txt file that will be sent over TCP/IP, a sender.py to send the encoded file, and a reciever.py to decode and receive the file.
Above is a demonstration of my sender and receiver python files. To view them yourself, click here!