CS435 Homework 4: Server and Client

Due Monday, February 12

Create a client/server system that will convert prices from US dollars to sheep. Any client can update the server with the current price of a sheep, and the server will not perform any validation on sheep pricing. The protocol allows 3 messages. The client can send three of them: The server will reply to all client messages. It has two possible messages that can be used to reply: Turn in the source code for both the client and the server. Note that this assignment is a lot like a question I'll ask on the midterm.