iflis7 / tcpclient-server

A simple webserve and client side with C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📖 TCP Client-Server

This project is a very simple implementation of a client-side and server-side with C.

Made with C GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

A simple webserve and client side with C

Running

In the root folder run this command:

    make

TCP Client:

To run the client:

   ./tcpc <ip-address>

TCP Server:

To run the client:

   ./tcps

About

A simple webserve and client side with C


Languages

Language:C 93.8%Language:Makefile 6.2%