Skip to content

ilkererkek/server-client-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP Socket Programming Project

A simple implementation of client-server communication using TCP sockets in C++.

Project Overview

This project demonstrates the fundamentals of socket programming by implementing:

  • A TCP server that listens for connections, receives messages, and responds
  • A TCP client that connects to the server and sends messages

The implementation focuses on understanding the core concepts of networking at the socket level.

Components

  • server.cpp: TCP server implementation
  • client.cpp: TCP client implementation

Building the Project

To compile the project:

# Build both client and server
make

# Build just the server
make server

# Build just the client
make client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published