-
PhpSpy2005 full version
PhpSpy2005 完整版-PhpSpy2005 full version
- 2022-01-26 04:32:52下载
- 积分:1
-
一个基于socket实现的功能较为完善的局域网聊天工具,支持局域网内的文字交流,文件传输功能。...
一个基于socket实现的功能较为完善的局域网聊天工具,支持局域网内的文字交流,文件传输功能。-This is a chatting application implemented by socket. It supports normal chatting and file sending.
- 2022-05-25 21:10:19下载
- 积分:1
-
网络开机和mac发现
应用背景寻找局域网内的主机,并且可以开启和关闭指定的主机。这个程序主要是来实现局域网内的远程开关机功能,方便对局域网内的电脑进行控制,欢迎有需要的同学下载使用,这个程序是好不容易写出来的,希望能够帮助你们。关键技术主要是应用技术是socket套接字技术,网络通信。主要是MFC 来做界面,利用网络通信协议来实现通信,socket套接字是网络通信的基础,在此基础上开发出了三个功能,对局域网内主机开机,对局域网内主机关机和mac地址寻找。
- 2022-05-09 03:00:23下载
- 积分:1
-
什么是VLAN,划分VLAN的基本策略以及使用VLAN优点
什么是VLAN,划分VLAN的基本策略以及使用VLAN优点-What is a VLAN, the basic strategy of division of VLAN and the use of the advantages of VLAN
- 2023-04-10 15:00:04下载
- 积分:1
-
计算机网络编程技术基础篇第7章 IPv6报文封装及地址生成程序
资源描述
仅包含IPv6报头的报文封装程序,
操作系统:Windows XP SP2
开发语言:C++
编译环境:MS Visual C++6.0
- 2022-02-05 14:39:33下载
- 积分:1
-
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
-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1
-
一个串口编程的例子
一个串口编程的例子-a serial programming examples
- 2023-06-27 23:05:03下载
- 积分:1
-
tcp test procedure can be simulated server and client, and can use text and two
tcp测试程序,可以模拟服务器和客户端,并且可以用文本和2进制来看结果-tcp test procedure can be simulated server and client, and can use text and two-band view of the results
- 2022-03-15 15:00:47下载
- 积分:1
-
基于WinSocket和TCP协议实现的一个基本的服务器,可用于测试客户端是否正确
应用背景刚接触网络编程,通过学习使用winsocket实现了一个简单的服务器程序,可以接收中英文字符串、数组能功能。将socket的API封装到一个类中,可以方便的快捷的进行修改,实现自己想要的功能。根据封装的WSocket类,可以快速的实现一个客户端程序。关键技术winsocket套接字编程,调用winsocket的API函数封装到一个类中。使用TCP协议,以及流式套接字编程。在编程过程中要注意主机字节顺序和网络字节顺序的区别。
- 2022-03-23 03:04:19下载
- 积分:1