-
BingJue-Communications-Test(110303)
VB开发的IP测试程序,这是在我工作中写的调试程序,在配置文件中只需要写上相应的IP,程序就会循环测试IP地址是否在线,不在线的话就会报警提醒(VB development of IP test program, which is written in my work debugger, just write in the configuration file on the corresponding IP, the program will loop test IP address is online, not online, then it will alarm to remind)
- 2014-01-27 13:56:19下载
- 积分:1
-
AutoUpdater
通过客户端与服务器端文件对比,实现自动升级功能。(Through the client and server-side document comparison, automatic update feature.)
- 2009-10-27 12:22:34下载
- 积分:1
-
1234
轻松获得计算机网络接口信息的一个软件。记忆visual c++(Easy access to information on a computer network interface software. Memory visual c++)
- 2011-07-22 16:40:46下载
- 积分:1
-
73791095GzChat
实现简单的聊天室设计 包括服务器和客户端的设计(Simple chat room design
)
- 2011-06-25 19:00:04下载
- 积分:1
-
HTTPGetPost_src1
说明: httppost的实现方法基于visualc++实现(httppost based on the method to achieve visualc)
- 2006-04-22 21:50:55下载
- 积分:1
-
telnet
自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)
- 2021-01-12 16:38:48下载
- 积分:1
-
resource-allocation
说明: 无线网络中的资源分配与跨层控制,国外专家编写的,讲解的很详细(Wireless network resource allocation and cross-layer control, prepared by foreign experts, to explain in great detail)
- 2011-04-14 16:23:52下载
- 积分:1
-
PortScan
端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态。(Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP port scan, the scan can scan a specific IP address range of ports and scanning a range of IP addresses all host two specific ports mode, and can distinguish SYN scan open ports, port closed and the three states firewall filters.)
- 2020-11-25 00:59:32下载
- 积分:1
-
Winpcap-demo
一个简单的Winpcap抓包示例程序,能显示多网卡信息,能分别数据链路层和网络层的报文信息(A simple Winpcap packet capture sample program can display a multi-card information, respectively, the data link layer and network layer packet information)
- 2012-04-17 10:41:20下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1