Skip to content

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

Notifications You must be signed in to change notification settings

Mordecai2001/TCP_IP_Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name: TCP/IP Encapsulation Implementation Project

Description

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.

Table of Contents

Prerequisites

  • C++ compiler with support for C++11 or newer
  • Basic understanding of networking concepts and the TCP/IP protocol stack

Installation

  1. Clone the repository
git clone https://github.com/your-repo-url/tcp-ip-implementation.git
  1. Compile the project
cd tcp-ip-implementation make
  1. Run the program
./tcp-ip

Usage

After running the program, follow the prompts to send HTTP GET or POST requests.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published