Description: This folder is a multiple user communication program source code and compile the program files
How to use:
First run the server file
For example, the machine as the server address, listening port 7999, the maximum number of connections to 3 (maximum support users)
Exceed the maximum number of connections, the connection will automatically be closed, access is denied.
./server_2 7999 3
Then enter the name of the server, for example, enter the admin
And then waits for the user is connected (can also enter the help command, connected and not blocking the program)
(Once the user connects, the server side will be prompted to this who entered, and the number of online users)
Run the client file
In the case of known the server address ip6_addr and port numb
To Search:
File list (Check if you may need any files):
multipleUsers\client
.............\client.c
.............\server
.............\server.c
multipleUsers