Skip to content

parisa-hr/Gossip-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gossip-Server

This program consists of both a client and a server component. The server can handle multiple clients, allowing them to send messages to each other. Each client is assigned a unique identification number on the server, which serves as a means of recognition.

When a client sends a message to the server, the message includes the following information: the unique number of the source client, a numerical value, and the number of the destination client. The server receives the message and increments the numerical value inside it by one unit. The server then forwards the modified message to the destination client.

To visualize the flow of activities in the program, you can refer to the activity diagram provided below:

activity

About

To enhance my skills in C++ Socket programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published