Console chat in C(repost)

已完成 已发布的 Dec 21, 2009 货到付款
已完成 货到付款

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)

C 编程 工程 Linux MySQL PHP 软件构架 软件测试

项目ID: #3036492

关于项目

2个方案 远程项目 活跃的Dec 21, 2009

授予:

DonCastelano

See private message.

$63.75 USD 在6天内
(33条评论)
4.9

有2名威客正在参与此工作的竞标,均价$68/小时

yoursoftsolution

See private message.

$72.25 USD 在6天内
(3条评论)
0.7