Problem identification - AlexEmerton/py_udp_cw GitHub Wiki
PROBLEM IDENTIFICATION
The main goal for this Computer Networking coursework was to create a UDP server – client network with at least 2 simultaneously working instances of the latter. The server was to receive one arbitrary integer from each client and put them through the specified mathematical function to determine the winner. Finally, the message should be sent to the winners’ client. The important thing to notice is that the first client should be hanging waiting for the second one to send his integer.