TEAM MEMBERS: Rares-Mihail Neagu, Joel Forero Mejia, Ramon Vilarroig
This project aims to implement a simple TCP/IP protocol stack with a focus on HTTP request handling using C++. The implementation follows the principles of object-oriented design.
- C++ compiler with support for C++11 or newer
- Basic understanding of networking concepts and the TCP/IP protocol stack
- Clone the repository
git clone https://github.com/your-repo-url/tcp-ip-implementation.git
- Compile the project
cd tcp-ip-implementation make
- Run the program
./tcp-ip
After running the program, follow the prompts to send HTTP GET or POST requests.