Skip to content

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

Notifications You must be signed in to change notification settings

KevinVladG/Multi-Client-TCP-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages