A server / multi client solution built on async sockets. Threading and multi process creation for clients included.
Developed with Visual Studio
###Techs
Tech |
---|
C# |
Sockets |
Threading |
Diagnostics |
Launch the server assembly using ctrl-f5, and then launch the client assembly in the same fashion.
The client assembly will create multiple client processes, each of which will connect to the server.
Clients will send data to the server on a regular interval.
Disconnect server and watch clients try to re-connect.
Reconnect server and clients will resume sending data.
Disconnect a client and watch the server catch this.
Server keeps track of all connected clients.