Software Design - Project Client Server

Meeting Points: 50

due dates:

For this phase of the project you now need to connect your GUI and your server. You will implement the registration, logging on/off, adding/removing buddies, checking to see if a buddy is online use cases. Remember that you need to use a port between 2000 and 2010 for your network communication.

Design requirements.

For the design of this portion of the system you must turn in your network protocols for each of the use cases. These protocols should include the exact messages that will be sent over the network, the precise format of these messages, and the sequence in which they will be sent. Also, as you work on this phase of the project you should make sure you keep your use case and class diagrams updated (you do NOT have to turn them in during this stage) as you add methods or change how a use case is implemented.

Return to the Software Design Home Page