Read me for ECE 420 Lab2 Script Kit Jan. 2017 ===== Reference Programs: 1. client.c, server.c An implementation of client-server communication using sockets and the server is multithreaded using pthread. 2. arrayRW.c To show how to handle race conditions using a single mutex for the entire array, it also shows how to generate random numbers using c functions. 3. timer.h Macro definition for the time measurement 4. test.sh A shell script showing you how to run your client 100 times. ===== Please also find the detailed instructions in the comments of the individual files.