项目作者: jtpank

项目描述 :
TCP server and client. Makefile included.
高级语言: C++
项目地址: git://github.com/jtpank/basicTCP_server-client.git
创建时间: 2020-09-22T21:28:43Z
项目社区:https://github.com/jtpank/basicTCP_server-client

开源协议:

下载


basicTCP_server-client

Wrote a program to pass input & output over a TCP socket. The client program opens a connection to the server. The server then sends out messages to the client that is connected. The server and client are connected via a network socket, and the server ‘serves’ the client messages or executes responses to commands.
In this barebones model: The server will deliver the message for up to 3 connections and the client will display the received messages.

How To:






echo “# d” >> README.md



git init



git add README.md



git commit -m “first commit”



git branch -M main



git remote add origin https://github.com/jtpank/



git push -u origin main