No description
Find a file
2022-11-06 03:10:21 +03:00
Socket Client Update main.c 2022-11-06 03:03:41 +03:00
Socket_Multi Update main.c 2022-11-06 03:02:42 +03:00
.gitattributes Initial commit 2022-11-06 02:33:47 +03:00
README.md Update README.md 2022-11-06 03:10:21 +03:00

Socket_Programming-Windows_CMD

Client and Multi-Connection Available Server in Windows with CMD

Basic Client and Server

#Client

--Use 2 threads send-receive

#Server

--It has primitive log system --> Connected IP-PORT-USERNAME and Disconnected IP

--Low Level Security with Password Protection

--Some commands which are /leave, /quit

Client and Server are designed to use together because of their spetializations. Be aware of this situation, when you want use with others.

----------BEFORE USING DON'T FORGET TO EDIT IP ADDRESS, PORT in BOTH SİDES-----------

Most of Parts of Project is Based on "Michael Grieco" on Youtube /c/MichaelGrieco

Thanks to Him I learnt many things.