-
completed an example of the server and client simple oral communication process....
该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装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
- 2022-01-26 06:53:43下载
- 积分:1
-
mTrace源码
mtrace源码-MTrace FOSS
- 2022-11-14 02:35:03下载
- 积分:1
-
Show that all the computers LAN IP, user name, using VC6 development,
显示局域网内所有电脑IP,用户名,用VC6开发,-Show that all the computers LAN IP, user name, using VC6 development,
- 2022-09-29 10:10:02下载
- 积分:1
-
数据包推理与备份路径的优先级
包转发优先级 (亲民党) 在路由器中是常用的网络运营商的机制之一。亲民党可以有重大的影响,对精度的网络测量、 应用程序的性能和网络故障排除程序的有效性。尽管其潜在的影响,没有亲民党设置的信息是随时向最终用户提供的。在本文,我们提出一种亲民党推理和其关联的工具,泼皮端到端方法。这是首次尝试推断路由器包转发优先级通过端到端测量。泼皮使用户能够发现这种网络政策通过测量不同的数据包类型的数据包丢失。我们评估了我们通过统计分析、 仿真和广域行星实验室实验的方法。我们雇了泼皮来分析 156 162 行星实验室网站之间的路径。泼皮标记多个优先事项,通过逐个跃流失率测量进一步验证了其中 13 15 路径。另外,我们调查了所有相关的网络运营商和收到的答复,其中大约一半所有确认我们的推论。此外,我们与推理机制通过其他指标如数据包进行重新排序 [叫出的顺序 (OOO)] 比较泼皮。噢噢噢是无法找到许多优先路径如那些通过交通警察实施。另一方面,有趣的是,我们发现它可以检测到存在诱导延迟差异数据包类型,如慢处理路径中的路由器和基于端口的负载共享的机制
- 2022-05-10 15:05:31下载
- 积分:1
-
Web服务器V1.01,Win Socket底层开发
Web服务器V1.01,Win Socket底层开发-Web server fixes, Win Socket bottom Development
- 2023-08-07 18:10:03下载
- 积分:1
-
网络通信的例子,得用TCP协议和UDP协议实现,代码很精简,重点突出。...
网络通信的例子,得用TCP协议和UDP协议实现,代码很精简,重点突出。-Examples of network communication, to use TCP protocol and UDP protocol, the code is very concise and focused.
- 2023-08-12 15:20:03下载
- 积分:1
-
聊天室 (服务和客户端)
这是一个套接字程序,你可以互相聊天。首先,你要在您的服务器 server.c。然后你执行 client.c 类型的 ip 地址,这个地址服务器 setting.when 你成功登录到网上聊天室里,您可以键入看到什么命令程序的帮助。在结束时,你可以聊天和那个家伙一起谁登录到相同的聊天室服务器。
- 2022-02-12 01:56:47下载
- 积分:1
-
原程序校友
同学录的原程序-alumni of the original procedure
- 2022-01-25 17:27:52下载
- 积分:1
-
基于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
-
该程序实现RTP实时接收
该程序实现RTP实时接收-the program to receive real-time RTP
- 2022-12-12 06:10:03下载
- 积分:1