-
Delphi网络数据包嗅探器
应用背景样品:单位umain;接口使用 ;窗口,消息,SysUtils,类,图形,控件,窗体, ;对话框,stdctrls,Winsock,comctrls;const ;max_packet_size = 10000美元;2 ^ / / 16 ;sio_rcvall = 98000001美元; ;wsa_ver = 202美元;max_adapter_name_length ; ; ; ; ; ; ; ;= 256; ;max_adapter_description_length = 128;max_adapter_address_length ; ; ; ; ;= 8; ;IPHelper =“很DLL;关键技术型 ;UShort =词; ;页= DWORD; ;time_t = LongInt; ;tipheader =压缩记录 ; ; ;iph_verlen: ; ;函数; ; ; ;/ /âåðñèÿèäëèíàçàãîëîâêà ; ; ;iph_tos: ; ; ; ; ;函数; ; ; ;/ /òèïñåðâèñà ; ; ;iph_length: ; ;UShort; ; ;/ /äëèíàâñåãîïàêåòà ; ; ;iph_id: ; ; ; ; ; ;UShort; ; ;/ /Èäåíòèôèêàöèÿ ; ; ;iph_offset: ; ;UShort; ; ;/ /ôëàãèèñìåùåíèÿ ; ; ;iph_ttl: ; ; ; ; ;函数;
- 2022-04-27 14:01:23下载
- 积分:1
-
土窖通信
此程序是套接字通信程序。
这包括土窖聊天、 文件上传、 下载文件、 文件的请求
这是在套接字通信应用程序中非常有用。
对你来说是使用 !!!
密码
- 2022-01-31 15:51:19下载
- 积分: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
-
实现串口连接的模拟程序界面,计算机网络安装环境.
实现串口连接的模拟程序界面,计算机网络安装环境.-Serial interface to connect the simulation program, computer network installation environment.
- 2023-06-20 01:00:05下载
- 积分:1
-
类似于OICQ,但是基于局域网内,包含开发文档,可执行程序和源程序,是学习网络编程的不可缺少的配套资料...
类似于OICQ,但是基于局域网内,包含开发文档,可执行程序和源程序,是学习网络编程的不可缺少的配套资料-similar, but based on the LAN, including documentation, source code and executable programs, the Learning Network Programming is the indispensable supporting information
- 2022-04-25 01:25:31下载
- 积分:1
-
rdesktop是微软Windows NT终端服务器客户端,Windows 2000
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.
- 2023-07-22 10:20:04下载
- 积分:1
-
简单的聊天程序,一个服务端和客户端,用异步实现套接字
简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
- 2022-04-25 04:37:54下载
- 积分:1
-
一个用vc实现的局域网点对点聊天程序.程序不太长
一个用vc实现的局域网点对点聊天程序.程序不太长
- 2022-10-14 19:30:03下载
- 积分:1
-
网络串口通信及虚拟串口创建
资源描述WINDOWS下TCP、UDP作为客户端或服务进行报文测试,RS232串口报文测试,虚拟串口创建
- 2022-04-07 08:33:51下载
- 积分:1
-
Erlang编写的代理服务器
将浏览器的代理服务器改成当前ip下端口号为1500,运行改代码,在浏览器上请求网页便可以看到Erlang命令行有输出。。工作原理:浏览器通过1500端口将请求发给代理服务器,代理服务器解析后通过80端口访问该主机,抓取网页后,只取网页的Body部分通过1500端口发给浏览器,于是我们就可以在浏览器上看到我们想要访问的网页。
- 2022-03-16 05:09:58下载
- 积分:1