文件名称:linux下基于udp协议的聊天室(私聊、群聊、广播)
文件大小:13KB
文件格式:ZIP
更新时间:2017-12-09 14:16:43
udp 聊天室 私聊
UDPchatroom =========== ##linux下基于UDP的控制台聊天室 make编译 服务器窗口运行:./chatServer 客服端窗口执行./chatClient localhost 8888 1 1是用户id,只能是数字1-9,localhost可以换成主机ip或者127.0.0.1 客户端:群聊格式:0+信息内容(如:0hi) 私聊格式:用户id+信息内容(如:1hello) 服务器:广播格式:0+信息内容(如:0hi) 注:如果make时遇到File `Makefile' has modification time 32 s in the future, 重设系统时间,设置为和PC机大致相同。 ================================================================================= name: 邱意 QQ: 178673693 time: 2014.11.19 version:1.0
【文件预览】:
chatroom
----README.txt(785B)
----chatClient.c(3KB)
----chatServer.c(5KB)
----chatServer(12KB)
----chatmsg.h(285B)
----Makefile(164B)
----chatClient(12KB)