文件名称:chatsysforgroup
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 27kb
- 下载次数:
- 0次
- 提 供 者:
- a**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在linux下实现基于socket的群聊系统,具有简单的用户管理模块,设置了基础的chatsys协议,服务器端采用消息队列的形式接收,并转发到除发送方以外的各个用户端。-The code is the implemtation of a small chatsystem for a group. It is developed under the linux system,based on the TCP/IP protocol.A samll module on user management is added to the chatsystem.The server receives messages and then transfer the mesgs to the clients excpet for the sender.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chatsysforgroup
...............\build.env
...............\chatsys
...............\.......\.goutputstream-49HR7V
...............\.......\.goutputstream-A4FY7V
...............\.......\.goutputstream-JBSV7V
...............\.......\chatsys.c
...............\.......\chatsys.h
...............\.......\makefile
...............\.......\oswraper
...............\.......\........\event.c
...............\.......\........\event.h
...............\.......\........\Makefile
...............\.......\........\socketwrapper.h
...............\.......\parser.c
...............\.......\parser.h
...............\.......\tool
...............\.......\....\Makefile
...............\.......\....\msgq.c
...............\.......\....\msgq.h
...............\.......\user
...............\.......\....\makefile
...............\.......\....\user.c
...............\.......\....\user.h
...............\client.c
...............\common.h
...............\make.h
...............\makefile
...............\server.c
...............\build.env
...............\chatsys
...............\.......\.goutputstream-49HR7V
...............\.......\.goutputstream-A4FY7V
...............\.......\.goutputstream-JBSV7V
...............\.......\chatsys.c
...............\.......\chatsys.h
...............\.......\makefile
...............\.......\oswraper
...............\.......\........\event.c
...............\.......\........\event.h
...............\.......\........\Makefile
...............\.......\........\socketwrapper.h
...............\.......\parser.c
...............\.......\parser.h
...............\.......\tool
...............\.......\....\Makefile
...............\.......\....\msgq.c
...............\.......\....\msgq.h
...............\.......\user
...............\.......\....\makefile
...............\.......\....\user.c
...............\.......\....\user.h
...............\client.c
...............\common.h
...............\make.h
...............\makefile
...............\server.c