Skip to content

ayushkumar8340/TCP_IP-Socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP/IP Socket

This repo is an implementation of an easy-to-use socket for communicating data through TCP/IP.

DEMO

TCP IP DEMO

This shows the transfer of data between socket and client using the lib.

✨ Features

  • Custom data type supported
  • Easy to integrate to code base
  • Can be configured to server/client mode
  • Template based code
  • Same class can be configured to be used as server/client

🔧 Dependencies

  • C++14 or later

Building

mkdir build
cd build
cmake ..
make -j

Test

Read the test scripts comments to understand the usage

./test_server
./test_client

About

This repo is an easy to use C++ socket wrapper for any datatype.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published