Console chat in C

Completado Publicado Dec 2, 2009 Pagado a la entrega
Completado Pagado a la entrega

C . Use only system classes (no extra libraries)

-

To implement a irc-like chat system with messages strings up to 140 chars

1. myserver - the server responsible for sendining each message to all clients

2. myhear - a client to connect to myserver with TCP/IP sockets and receive the messages and print them to [url removed, login to view]

3. mysay - a client to connect to myserver with TCP/IP and send a message read from standard input (up to 140 characters). Once

the message is send the program should terminate.

4. myspeak - a client program to receive user input. For every line given by the user the program mysay will transmit the message to myserver. myspeak with not have any TCP code, it will just invoke mysay

5. myrapid - a client program to RAPIDLY send messages to myserver (will be used for performance measurements).

Comments:

+myserver will be multi-threaded - One thread per socket (one for every connection of mysay and one for every connection of myhear). You can chose to use extra threads if you like

+myserver will open 2 sockets for incoming connections: port 3331 for mysay and port 3332 for myhear

+myserver should be killed when Control-C is pressed. A Message 'Are you sure you want to Quit? [Y/n]' should be displayed

+myserver: Pressing Control+\ (SIGQUIT) should display statistics :

Number of Active threads :

myhear threads:

mysay threads:

messages arrived:

messages transmitted :

Average arriving rate :

Average transmition rate:

+If mysay clients are connected, but no myhear clients exists messages will be discarded. Otherwise all receivers will receive

all messages.

+When an 'evil' mysay sends messages > 140 characters you should disconnect it

+When a hacker runs a myhear with capability of 20 messages / second, and then a mysay that sends 100 messages/second the buffer will become full ! In that case discard messages when more than 12000 messages (around two megabytes) are in the buffer

+myhear should die with Control-C

+messages will be ascii chars

+the IP Address of the server shall be given as an argument at run time (numerical , or using getaddrinfo)

Programación en C Ingeniería Linux MySQL PHP Arquitectura de software Verificación de software

Nº del proyecto: #3000586

Sobre el proyecto

2 propuestas Proyecto remoto Activo Dec 2, 2009

Adjudicado a:

bitsensesof

See private message.

$46.75 USD en 8 días
(33 comentarios)
4.2

2 freelancers están ofertando un promedio de $45 por este trabajo

misev

See private message.

$42.5 USD en 8 días
(0 comentarios)
0.0