CS 580 Client-Server Programming
Spring Semester, 2005
Assignment 3.1
© 2005, All Rights Reserved, SDSU & Roger Whitney
San Diego State University -- This page last updated 3/1/05
Due: March 8
Those that did not get a grade for assignment 2 redo your assignment 3 with at least the following changes:
Don't use println()
Make sure that your client & server follow the protocol given in assignment 3
Don't make assumptions about packet size & message length
Don't use Data streams
Improve the names for your variables
Avoid using static methods
Log the access to your server
Read the port number to use in your server from the command line