Hsnmsri / cpp_socket

Working with sockets in C++. Creating a server and client for establishing socket communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_socket

Working with sockets in C++. Creating a server and client for establishing socket communication

developed for linux

Usage

  • Run socket_server
sudo ./socket_server
  • Run socket_client
sudo ./socket_client
  • Type Message on clinet
  • Check the server logs

About

Working with sockets in C++. Creating a server and client for establishing socket communication

License:MIT License


Languages

Language:C++ 100.0%