资源列表
78353862simple_router
- winpcap实现简易路由器,适合初学者,网络编程学习资料-The realization of simple router
chat-room
- 网络编程是VC++一个重要的环节,chat-room讲述了如何利用socket来进行网络编程。-The network programming is an important part VC++, chat-room about how to use the socket network programming.
Wpcap_Src_412
- winpcap包,包含大量的winpcap函数(include many winpcap function)
373
- 一个客户端邮件接受程序。。。。可以参考一下
Arptest
- ARP数据包发送和攻击程序源码.c++环境,而很清楚地标出ARP数据包的构造,发送,和嗅探过程,还可以清楚的看到局域网攻击-ARP packets sent and exploit source code. C++ environment, and very clearly marked on the construction of ARP packets, sent, and the sniffing process, but also can clearly see the attacks
Wpcap_Src_412good
- wincap 4.1源码 提供大家学习。-wincap 4.1 source code. available to learn.
LANremotecontrol
- 实现局域网内远程控制,分客户端和服务器端,只要获取了IP地址和端口号,两边都可以互相控制。-LAN remote control, sub-client and server-side, as long as access to the IP address and port number, on both sides of each other to control.
SearchEngine1.0
- 实现搜索引擎最基本的下载网页、建立倒排索引、关键词查询功能。程序的实现借助了libcurl库。-Search engine to achieve the most basic functionality of downloading page, seting up inverted index, keyword querying. Program implementation with the libcurl library.
trafficmonitoring
- 收集并统计网络流量,并以图形显示。包括总流量、输入流量、输出流量。-Collection and network traffic statistics, and graphical display. Including the total flow, input flow, output flow.
CAsyncSocket
- 通过CAsyncSocket类进行编程,主要是实现的是通讯功能,但本次项目主要是实现客服端和服务器之间的通讯功能。-Programmed via CAsyncSocket class, mainly to achieve is communication, but this project is mainly to achieve communication between the client and server.
cwRsyncServer4_jb51
- 文件同步,windows系统中的文件同步软件。-File synchronization, windows system file synchronization software.
chatting
- 网络聊天,①创建字符串ipstr(保存IP),portstr(保存端口),整型port(端口号)。 ②利用GetDlgItemText将各个编辑框中的信息赋给相应的变量。 ③监视端口号和IP格式并设置相应错误提示 ④设置建立连接后相应提示。 -Network chat, (1) create the string ipstr (save IP), portstr (save port), integer port (port number). The ② advantage of