Programming Project

Get the code from https://www.cs.rutgers.edu/~pxk/417/notes/sockets/udp.html and http://www.cs.rpi.edu/~moorthy/Courses/os98/Pgms/socket.html working.  Pass 100 messages consisting of the numbers from 1 to 100, and print out the message order on the received end.  You can do this either on Linux (the above two links) or Windows (https://msdn.microsoft.com/en-us/library/windows/desktop/ms738545(v=vs.85).aspx .  If you can, do it on both to be able to compare and contrast the two libraries.