Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 455 Bytes

Assignment 1 UDP socket programming preliminary exercise

  • Very simple client-server program using localhost as a client and a server
  • Completed

Extension 1

  • Terminating the Client and the Server once a certain message is received
  • Completed

Extension 2

  • Both the Client and the Server send and receive packets
  • Completed

Extension 3

  • Transferring an object via datagram packets
  • Completed, could do with adding more comments