client-server
代码说明:
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
文件列表:
client
......\client
......\......\client.cpp,3961,2016-06-16
......\......\client.vcxproj,3313,2016-06-16
......\......\client.vcxproj.filters,944,2015-06-14
......\......\client.vcxproj.user,143,2015-06-14
......\......\Debug
......\......\.....\client.Build.CppClean.log,1851,2016-06-16
......\......\.....\client.lastbuildstate,81,2016-06-14
......\......\.....\client.log,1262,2016-06-16
......\......\.....\client.obj,192399,2016-06-16
......\......\.....\client.tlog
......\......\.....\...........\CL.read.1.tlog,29374,2016-06-16
......\......\.....\...........\CL.write.1.tlog,404,2016-06-16
......\......\.....\...........\client.lastbuildstate,160,2016-06-16
......\......\.....\...........\link.read.1.tlog,2674,2016-06-16
......\......\.....\...........\link.write.1.tlog,378,2016-06-16
......\......\.....\vc120.idb,732160,2016-06-16
......\......\.....\vc120.pdb,421888,2016-06-16
......\client.sdf,32768000,2016-06-20
......\client.sln,1815,2015-06-14
......\Debug
......\.....\client.exe,72704,2016-06-16
......\.....\client.ilk,493528,2016-06-16
......\.....\client.pdb,1134592,2016-06-16
......\.....\tcp_udp.exe,74752,2016-06-16
......\.....\tcp_udp.ilk,471476,2016-06-16
......\.....\tcp_udp.pdb,929792,2016-06-16
......\.....\test.exe,73728,2016-06-16
......\.....\test.ilk,434920,2016-06-16
......\.....\test.pdb,954368,2016-06-16
server
......\Debug
......\.....\tcp_udp.exe,74752,2016-06-16
......\.....\tcp_udp.ilk,545528,2016-06-16
......\.....\tcp_udp.pdb,1101824,2016-06-16
......\tcp_udp
......\.......\Debug
......\.......\.....\main.obj,161031,2016-06-16
......\.......\.....\server.obj,197094,2016-06-16
......\.......\.....\tcp_udp.Build.CppClean.log,1013,2016-06-16
......\.......\.....\tcp_udp.lastbuildstate,82,2016-06-14
......\.......\.....\tcp_udp.log,1302,2016-06-16
......\.......\.....\tcp_udp.tlog
......\.......\.....\............\CL.read.1.tlog,58560,2016-06-16
......\.......\.....\............\CL.write.1.tlog,1232,2016-06-16
......\.......\.....\............\link.read.1.tlog,2888,2016-06-16
......\.......\.....\............\link.write.1.tlog,496,2016-06-16
......\.......\.....\............\tcp_udp.lastbuildstate,161,2016-06-16
......\.......\.....\tcp_udp.unsuccessfulbuild,0,2016-06-14
......\.......\.....\vc120.idb,953344,2016-06-16
......\.......\.....\vc120.pdb,430080,2016-06-16
......\.......\main.cpp,244,2016-06-16
......\.......\server.cpp,8944,2016-06-16
......\.......\server.h,886,2016-06-16
......\.......\tcp_udp.vcxproj,3453,2016-06-16
......\.......\tcp_udp.vcxproj.filters,1151,2015-06-14
......\.......\tcp_udp.vcxproj.user,143,2015-06-14
......\tcp_udp.sdf,32636928,2016-06-20
......\tcp_udp.sln,888,2015-06-14
下载说明:请别用迅雷下载,失败请重下,重下不扣分!