文件名称:net-test
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- quie*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个网络通信程序的源代码,经过扩充后可用于多客户端的网络通信
首先在终端启动服务端:
./server 8888
然后新开一个终端,运行客户端
./client localhost 8888
此时客户端会连接到服务端并且接受信息, 输出显示
-This is a network communication program' s source code, through expanded for multi-client network traffic for the terminal start the server:./Server 8888 and then open a new terminal, run the client./Client localhost 8888 then the client will Connect to the server and receive information, the output display
首先在终端启动服务端:
./server 8888
然后新开一个终端,运行客户端
./client localhost 8888
此时客户端会连接到服务端并且接受信息, 输出显示
-This is a network communication program' s source code, through expanded for multi-client network traffic for the terminal start the server:./Server 8888 and then open a new terminal, run the client./Client localhost 8888 then the client will Connect to the server and receive information, the output display
(系统自动生成,下载前可以参看下载内容)
下载文件列表
net-test\client
........\client.c
........\server
........\server.c
........\说明.txt
net-test
........\client.c
........\server
........\server.c
........\说明.txt
net-test