Group: Edu Cort, Emilio Castellano and Salva Carrión
Application: inTouch
IDE: Netbeans and BlueJ
Description: Chat with conversations one-to-one.
1 - Clients request the friends list to the server
2 - A client can start a conversation with another client by means of a TCP connection between them. TCP connections are created on demand (every client has a unique identification)
3 - Users can play games (online) with other users and also send files between them by means of FTP protocol.
4 - Notification system -> Every conversation is independently and therefore they have serveral paremeters like a counter of the non-read messages which is incremented by one every time that a user receives a message and it's set to zero when the conversation is read.
5 - When a user is disconnected all clients which had that user, update their friends list and disable the UI elements related with send information to that client.
source code
No hay comentarios:
Publicar un comentario