John Hofman's Design Study
From CSSEMediaWiki
(Difference between revisions)
John Hofman (Talk | contribs) (New page: ==Overview== This design study was introduced by my ENEL428 software assignment. The purpose of the assignment is to design a prototype of an Instant Messenger System using concurrent prog...) |
John Hofman (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | = | + | =My Project= |
− | This design study was introduced by my ENEL428 software assignment. The purpose of the assignment is to design a prototype of an Instant Messenger System using concurrent programming. The system is broken into two separate parts a client and a server. | + | This design study was introduced by my ENEL428 software assignment. The purpose of the assignment is to design a prototype of an Instant Messenger System using concurrent programming. The system is broken into two separate parts a client and a server. This design study is for the client program. |
− | + | The communication protocol was not specified so I am using a system similar to IRC where logging on only requires a unique username, not a user account. This means that the server only needs to maintain a list of currently online users. | |
+ | |||
+ | =Design Study= | ||
+ | |||
+ | ==Initial Design== |
Revision as of 23:54, 26 July 2010
My Project
This design study was introduced by my ENEL428 software assignment. The purpose of the assignment is to design a prototype of an Instant Messenger System using concurrent programming. The system is broken into two separate parts a client and a server. This design study is for the client program.
The communication protocol was not specified so I am using a system similar to IRC where logging on only requires a unique username, not a user account. This means that the server only needs to maintain a list of currently online users.