#TP1 CAR
Authors:
- Aurelien Rousseau
- Cyril Ferlicot
##UDP
The class ServerUDPMain contains a main that execute everything needed for the question 1.
The class ClientUDPMain contains a main that execute everything needed for the question 2. It takes 2 parameters. A String that is the inet address and a Number that is the port of the server.
##TCP
The class ServerTCPMain contains a main that execute the TCP Server with thread that maintains the clients connexions.
The class ClientTCPMain contains a main that execute the everything needed for the question 2. It takes 2 parameters. A String that is the address of the server and a Number that is the port of the server.