登录
首页 » 套接字网络编程 » completed an example of the server and client simple oral communication process....

completed an example of the server and client simple oral communication process....

于 2022-01-26 发布 文件大小:16.53 kB
0 101
下载积分: 2 下载次数: 1

代码说明:

该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如输入50,那么客户端会从"data0"到"data49"发送50个字符串,输入0退出.-completed an example of the server and client simple oral communication process. Asked on the mainframe installed TCP/IP protocol and set the IP. Servers and clients using the same host of different ports, the use of the server port to 2000, clients use the port number as 3000. server operating procedures first, the first initialization Winsock, and then create socket, in 2000 ports on bonding, then the 2000 port for the interception, and entered the wait state. client after running the same protocols of the first initialization, and then create socket, and then try to server connections. connecting once established, can the server and client communications between. the client suggested the import

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

发表评论

0 个回复

  • DSC(Data Service Center)是用于收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文...
    DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下: 1、 调用API启动服务和停止服务; 2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理; 3、 调用API轮询DTU用户列表,如果需要可作进一步处理,包括用户认证等; 4、 调用API对DTU进行远程配置 -DSC (Data Service Center) is used to receive data and to the DTU DT U send data services software, and communications between the DTU use development kits gprs_dll.dll DLL, the documents include communications and DTU need all API function, including the launch, data sending, receiving data, the closure of services, DSC is actually in gprs_dll.dll framework provided by the above functions of data processing software, they need to complete the following functions : 1, API calls to stop and restart services; 2. API call and receive data to the DTU send data, as well as data for further processing; 3. Call API Polling DTU user list, if necessary, for further processing, including user authentica
    2022-02-28 19:33:44下载
    积分:1
  • MQTT源(mosquitto-1.4.2。焦油。广州)
    应用背景一个开放源码的MQTT v3.1 / v3.1.1经纪人mosquitto是一个开放源代码的(BSD许可的)消息代理实现MQ遥测传输协议版本3.1和版本3.1.1。MQTT提供了一个进行消息使用一个轻量级的方法发布/订阅模型。这使得它适合于机”机”的消息如低功率传感器或移动设备等随着手机,嵌入式计算机或微控制器Arduino。一个很好的例子就是所有安迪克拉克的工作(一个MQTT的创始人)做了在家庭监控和自动化与他呢喃的房子呢喃渡轮。安迪给了这个在oggcamp解释一下MQTT谈他如何使用它。幻灯片和音频都可以在网上SlideShare。关键技术MQTT,C,源,开源MQTT v3.1 / v3.1.1经纪人从http://mosquitto.org/
    2022-05-27 23:34:07下载
    积分:1
  • LAMP项目常用模块,包括图像处理模块、文件上传下载模块、邮件发送模块等...
    LAMP项目常用模块,包括图像处理模块、文件上传下载模块、邮件发送模块等-LAMP project commonly used modules, including image processing module, file uploading and downloading modules, e-mail sending module
    2022-09-25 07:30:02下载
    积分:1
  • 一个钩子函数的实现过
    一个钩子函数的实现过程-hook function of a process to achieve
    2022-08-21 18:52:54下载
    积分:1
  • StressMark测试软件是一个使用Visual C++写的,开放源代码的测试工具,可以完成服务序及重要算法的功能和性能测试,其最主要的功能是模拟多线或...
    StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
    2023-02-27 01:40:03下载
    积分:1
  • GPRS实现,包括入点查询,进行连及连状态查询等等,比较完善的类封装。...
    GPRS网络连接实现,包括接入点查询,进行连接及连接状态查询等等,比较完善的类封装。-GPRS network link to achieve, including the access point query, connect and the connection status inquiries, etc., a fairly complete package category.
    2022-02-07 17:32:31下载
    积分:1
  • 用UDP实现的一个点对点聊天序。 用异步方式实现
    用UDP实现的一个点对点聊天程序。 用异步方式实现-using UDP achieve a peer-to-peer chat program. Asynchronous means
    2022-08-07 05:36:40下载
    积分:1
  • This procedure can achieve the basic chat functionality, development environment...
    此程序可以实现基本的网络聊天功能,开发环境VC-This procedure can achieve the basic chat functionality, development environment, VC
    2022-12-26 06:35:03下载
    积分:1
  • 有关nat穿透源码(包括相关文档,相关工具)
    有关nat穿透源码(包括相关文档,相关工具)-penetrate the source (including related documents, related tools)
    2022-11-08 17:15:03下载
    积分:1
  • DELPHI实现TCP CLIENT
    通过多线程方式实现TCP连接,tthread,tcp client,2进制数据传送,可方便实现各种工业控制协议MODBUS TCP,程序不卡
    2022-05-20 12:12:41下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载