CS435 Lab 2: Receive Binary Data

Due Wednesday, February 5

Connect to port 5071 on isoptera. There is a server running on that port that will send you 5 familiar 32-bit integers in big endian order. Upload a text file with your name, the integers isoptera sent you, and explain how you received them (include source code if you wrote it). You are welcome to start with the simple_client.c program from class.