登录
首页 » Visual C++ » client-server

client-server

于 2016-07-11 发布 文件大小:22144KB
0 267
下载积分: 1 下载次数: 16

代码说明:

  多协议文件传输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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • cPP-Guinness-classic-code
    c++经典代码大全,适合初学者下载参考使用。(c++ Guinness classic code, suitable for beginners reference.)
    2014-01-13 11:17:12下载
    积分:1
  • les-4-3-tools
    CyberBot botnet tool for hacking
    2013-10-04 02:41:58下载
    积分:1
  • ua3
    说明:  基于EXOSIP协议的SIP软终端,可以实现终端向代理服务器的注册请求(SIP-based softphone EXOSIP agreement can be achieved terminal registration request to the proxy server)
    2010-04-29 11:45:30下载
    积分:1
  • rxjh
    热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。 此文件包含组成 GameServer 应用程序 的每个文件的内容摘要。 (RXJH_source)
    2009-05-18 00:25:08下载
    积分:1
  • libcurltest
    上传下载源码,支持 断点续传,使用 libcurl(Upload and download the source code, support for HTTP, use libcurl)
    2014-01-19 00:54:38下载
    积分:1
  • client
    局域网监控系统客户端程序,可以与服务器端的程序一起形成一个局域网监控系统。(juyuwang jiankong kehuduan)
    2010-12-24 16:39:18下载
    积分:1
  • C++hao-zi-liao
    大家共享好东西, 尤其是学C++的出血者(share good things, especially learning C bleeding)
    2006-10-30 18:29:27下载
    积分:1
  • GetIPDlg
    通过注册表获取计算机网络信息,如IP、掩码、计算机名和DNS信息(through access to the registry computer network information, such as IP, mask, computers and DNS information)
    2007-05-15 11:55:05下载
    积分:1
  • network-advanced-programing
    学网络高级编程不可多得的好书,讲得很详细(High school network programming rare books, very detailed)
    2011-10-22 09:39:22下载
    积分:1
  • TCPaUDP
    一段TCP和UDP通讯的程序,包含了服务器端和客户端的代码。(Some TCP and UDP communication procedures, including server and client code.)
    2014-07-21 08:28:29下载
    积分:1
  • 696518资源总数
  • 105386会员总数
  • 9今日下载