登录
首页 » 套接字网络编程 » 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 84
下载积分: 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 个回复

  • 基于Qt的局域聊天系统
    应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this); port = 45454; udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint); connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams())); sendMessage(NewParticipant); server = new TcpServer(this); connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString))); connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)), this, SLOT(currentFormatChanged(const QTextCharFormat)));
    2022-01-25 20:19:41下载
    积分:1
  • Implement a server, multiple clients in chat room program.
    实现一个服务器, 多个客户端的聊天室程序。-Implement a server, multiple clients in chat room program.
    2022-09-29 05:40:03下载
    积分:1
  • 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑。 主要功能:电脑间传送大型文件(如电影等)。 主要特点: 1.采用了多线技...
    传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑。 主要功能:电脑间传送大型文件(如电影等)。 主要特点: 1.采用了多线程技术,速度明显高于同类软件。 2.支持多文件同时传送。 3.支持段点继传,也就是说文件可分多次传送。 4.分服务端和客户端,服务器支持多客户。 5.在传送过程中可实时对话,有聊天功能。 6.为了提高效率,本软件做得短小精悍,两文件只有100K,可以直接运行,不用安装。 7.麻雀虽小,但五脏俱全,功能多,操作方便。 使用方法:在服务端加入要传文件,客户端输入服务端IP地址(服务端运行后会显示),点击连接,即会显示服务端文件,双击即可下载。 现在是测试版,欢迎多提意义。 注意:文件下载后自动存储在客户端软件的目录下。-Chuan-sheng (beta version) to describe the software installed in IP/TCP computer. The main functions : computer-to-computer transmission of large files (such as movies, etc.). Main features : 1. The use of multi-threading technology, which is much higher than similar software. 2. Many documents to support simultaneous transmission. 3. Following the support of the point-in other words documents can be divided into several transmission. 4. Hours services and clients, servers support multiple clients. 5. In the process of transmission immediate dialogue, a chat function. 6. To improve efficiency, the software doing small and o
    2022-02-21 20:43:25下载
    积分:1
  • websocket实用代码
    一个简单的 websocket的例子,非常适合初学者。能够简单的发请求,并且响应。代码结果比较简单,逻辑也很简单。对于入门的初学者非常实用,如果想深入了解就不太适用了。
    2022-01-22 00:19:04下载
    积分:1
  • md5 source code
    md5 source code
    2022-07-28 02:01:45下载
    积分:1
  • 简易的telnet操作java.rar
    简易的telnet操作java.rar-simple telnet operation java.rar
    2022-04-28 10:54:41下载
    积分:1
  • 《PHP专业项目实例开发》源代码
    《PHP专业项目实例开发》源代码-"PHP examples of professional development project" source code
    2022-03-25 15:55:48下载
    积分:1
  • 使用IOCP写的可伸缩性的回显服务器,适合入门者
    使用IOCP编写的可伸缩性的回显服务器,适合网络编程入门者-IOCP can be prepared by the use of flexible echo server, network programming for beginners
    2022-07-21 17:40:28下载
    积分:1
  • 用c++6.0做的ping命令,很好用的,试试吧
    用c++6.0做的网络编程ping命令,很好用的,试试吧-ping
    2022-02-11 13:07:15下载
    积分:1
  • P2P文件共享
    实现P2P文件共享,包括5个peer和一个file owner,五个peer从file owner处获取一部分文件,然后五个peer建立拓扑图,实现文件共享
    2022-07-26 20:26:22下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载