Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 408 Bytes

C-TCP-Server

I created a tcp server in c with command implementation, user authentication and permission based roles.

How to Setup:

git clone https://github.com/maxi-schaefer/C-TCP-Server.git
cd ./C-TCP-Server
make
./server

How to Connect:

telnet localhost 6969

Screenshots