Author : samTime101
File:server.c
Date:Aug 14,2024
A simple tcp server in C
In demo i used Netcat
, i think it was already in my Linux system
U can also use Telnet
alternatively u can also use TCP clients tester
in PC
Also u can test via your mobile TCP App android
or U can write your own TCP client in C
update
I have added client.c code
To compile
gcc client.c -o client
then
./client <ip_addr> <port>
Screencast.from.2024-08-14.12-58-14.webm
exit
for exitting chat roomhelp-info
for printing basic info of programhelp-cc
for printing active client count