CSE342 - Lab 10: Server-Client Protocol

PURPOSE: Continue work on final project.

EXERCISE: The Server->Client protocol is described in the project outline. Add code to your client to receive and interpret the Server->Client protocol.

The server sends 10 STATUS messages per second. You probably only want to print 1 out of 10 STATUS messages to convince yourself that your STATUS message processing is working correctly.

You can use ~brian/cse342/bin/robowar-client-x86-solaris (as specified in the last lab) to monitor the simulator and convince yourself that your client is working correctly.


Last modified 26 October 2009.