This is a program I wrote in Python for the Computer Science class "Computer Networks 1" (CS3357) at Western university.
In this project I created a networked date/time server and a client to access that server.
I built two servers and two clients.
One set uses the TCP networking protocol and the other uses the UDP networking protocol.