CS 371p Spring 2021: Week 2

What did you do this past week? This past week I worked on writing a multithreaded UDP client and server for my Networks class. I learned a lot about how sending packets between clients and servers work, and I am glad that Python comes with a lot of support for sockets and threads. What's in your way? While I worked on the client side of my Networks project, there is still the server side that needs polishing up. Also, our first homework assignment for algorithms came out a few days ago so I will have to get that done as well. What will you do next week? This next week I plan on working on the Collatz project for this class, along with continuing my work on the Networks project. If you read it, what did you think of the makefile? I thought the makefile was a bit overwhelming with how much was going on in that file. I haven't learned properly what a makefile is or how to write one, which I hope after looking at the annotations from other students I can get more insight on how i...