-
Netty+Socket/UDP例子下载
1.2.3.相比于TCP通信,UDP不存在客户端和服务器端的实际连接,因此不需要为连接(channelPipeline)设置handler,对于服务端,只需设置启动辅助类的handler即可。
- 2022-03-05 03:14:06下载
- 积分:1
-
Ethernet MAC address change procedures
网卡MAC地址修改程序 -Ethernet MAC address change procedures
- 2022-09-22 17:45:02下载
- 积分:1
-
用visual c++编写的tcp客户端应用程序
用visual c++编写的tcp客户端应用程序-Using visual c++ Prepared tcp client application
- 2022-08-18 02:03:22下载
- 积分: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
-
SimCDIR,模拟路由CDIR的过程,其中附有操作文档,基于VS2005 C#开发。...
SimCDIR,模拟路由CDIR的过程,其中附有操作文档,基于VS2005 C#开发。-SimCDIR, analog routing CDIR process, including an operation of the document, based on the VS2005 C# Development.
- 2022-02-21 03:37:11下载
- 积分:1
-
netcommunity
说明: Socket是建立网络连接时使用的。在连接成功时,应用程序两端都会产生一个Socket实例,操作这个实例,完成所需的会话。(Socket is used when a network connection. The connection is successful, the application will have a Socket instance ends, the operation of this example, the completion of the required sessions.)
- 2010-04-02 11:29:45下载
- 积分:1
-
组播网络程序测试,对于学习组播技术有帮助
组播网络程序测试,对于学习组播技术有帮助-Multicast network testing, the study has helped Multicast Technology
- 2023-07-09 19:00:02下载
- 积分:1
-
用原始套接字实现网络监听
用原始套接字实现网络监听 -socket with the original network monitoring
- 2022-08-09 06:00:09下载
- 积分:1
-
航空公司管理信息系统
航空公司管理信息系统 -airlines airline management information system management information system
- 2023-07-21 19:50:04下载
- 积分:1
-
sockat
黑客兄弟们的最爱,想成为网络工程师和安全工程师都需要看(
Hackers brothers favorites, want to become network engineers and security engineers need to see)
- 2014-05-02 17:01:27下载
- 积分:1