Homework2

Make the dgramserver/dgramclient program pair work.

Here is a source file for a program in Python that implements a *very* simple one-shot echo server.

Here is a source file for a program in Python that implements a *very* simple one-shot echo client.

Here is a source file for a program in Python that implements a *very* simple echo server using the SocketServer module. You can talk to it with the dgramclient.