Skip to content

Releases: JanNetoLlorens/Sockets_Xarxes

Sockets_Exercise

21 Oct 22:41
f9e6770

Choose a tag to compare

Sockets Exercise

TCP

Server:

  • Host a server
  • Custom --> host name and server name
  • When launched there is waiting room to chat with the connected people
  • Numerous clients can join at the same time
  • You can see when a client joins the server

Client:

  • Connect to the server putting the IP address
  • Choose your name in the server
  • Chat with other in the server

UDP

Server:

  • Host a server
  • Show client connections to it
  • Ping the client if message received

Client:

  • Connect to UDP server
  • Send a message when it joins