Skip to content

jtpank/basicTCP_server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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/<nameofrepo.git>

git push -u origin main

About

TCP server and client. Makefile included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published