Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 453 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 453 Bytes

Multi-Client-TCP-Communication

C++ project for clients to connect to the same server and receive and send messages at the same time.

*The server code is working fine for accepting new clients and sending and receiving data.

*The clients code needs to be modified in order to get messages that are sent to the server as the come in from other clients. this will require multi-threading to be implemented to listen and send messages at the same time.