-
使用winpcap罗列本机所有的网络接口信息
使用winpcap罗列本机所有的网络接口信息-winpcap use of the machines listed all the information network interface
- 2022-03-16 01:05:39下载
- 积分:1
-
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
- 2022-06-30 17:04:28下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
windows of network programming source with books, Microsoft core technologies St...
windows网络编程技术随书源码,微软公司核心技术书库!-windows of network programming source with books, Microsoft core technologies Stack!
- 2022-01-25 23:28:09下载
- 积分:1
-
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析HTTP
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析HTTP-based on the TCP protocol analysis, analysis of WINPCAP engine, the main use to analyze HTTP
- 2022-01-24 14:18:01下载
- 积分:1
-
一个简单的网络通信小程序,包括发送字符串,网络授时等
一个简单的网络通信小程序,包括发送字符串,网络授时等-A simple network of small procedures, including the transmission of the string, such as network time
- 2022-09-01 03:10:03下载
- 积分:1
-
有基本网络编程,本地网络编程,IE,网络编程,网络协议编程,代理服务器,高级通信,断点续传,语音电话等内容,并全是代码(vc6.0)...
有基本网络编程,本地网络编程,IE,网络编程,网络协议编程,代理服务器,高级通信,断点续传,语音电话等内容,并全是代码(vc6.0)-a basic network programming, the local network programming, Internet Explorer, network programming, network programming agreement, the proxy server, senior communications, HTTP, voice telephone, and all code (vc6.0)
- 2022-11-28 13:45:04下载
- 积分:1
-
completion of the port
完成型端口的开发包,便于程序员在开发网络通讯程序时参考-completion of the port-development kit to facilitate programmers in the development of network communications procedures reference
- 2022-01-26 05:05:10下载
- 积分:1
-
简单局域网聊天,同时可以互传文件,主要对socket的操作
简单局域网聊天,同时可以互传文件,主要对socket的操作-A simple LAN chat, as well as documents to each other, mainly operating on the socket
- 2022-05-18 14:37:44下载
- 积分:1
-
Stable and efficient SOCKET API program, a high degree of packaging, commonly us...
稳定高效的SOCKET API程序,高度封装,常用于银行/电信的软件系统,已经过生产验证。-Stable and efficient SOCKET API program, a high degree of packaging, commonly used in the banking/telecommunications, software systems, has been production-proven.
- 2022-06-16 11:13:27下载
- 积分:1