搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
18286_port_scan
- 这是一个端口扫描的程序,可以查看机器上某个端口是否被未知程序打开-This is a port scan procedures, machines can check whether a particular port open unknown procedures
流量控制
- 这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
netinet_bsd4.4
- Free BSD下TCP/IP协议栈的实现。虽然不是很新,但是许多其他TCP/IP协议栈都是参考它实现的。如果学习的话,建议看这个版本,原滋原味-Free BSD TCP / IP protocol stack is achieved. Although it is not new, but many other TCP / IP protocol stack is the realization of reference it. If learning, I suggest they look
libeXosip-0.9.0.tar
- 这是基于SIP协议栈的一些原代码,用来开发网络电话-This is based on the SIP protocol stack some of the original code used to develop telephone networks
关于TCPIP协议的信息
- 这是一个关于TCP/IP协议的信息,对于从事网络方面的工作有很大的好处.-this is information about tcp/ip protocol ,it will be useful or those that study on network.
cc65
- This directory is a port of uIP to the popular Commodore 64 home computer. In order to compile it, you need the cc65 C compiler that can be downloaded from <http://www.cc65.org/>.
net-snmp-5.1.1.tar
- 该程序实现了再linux下通过tcp/ip的网络互连,有基本的通讯模块-this program has a basic communication module,and it can realize the interlinkage of the network by tcp/ip in the linux operating system
Ipv6高级套接口的研究和实现
- 详细讨论了ipv6版本的ip协议栈,好好读读这篇论文对我们有帮助。-detailed discussion of ipv6 ip version of the protocol stack, carefully read this paper to help us.
TCPIPListener
- 这是一个关于多线程的tcp/ip侦听器,利用它你可以侦听信息情报等,别看它小,可是很有用哦.-This is a multi-threaded on the tcp / ip interception device, which you can use information and intelligence interception, Although it is small, useful oh.
ShowProtocal
- 枚举所有的网络层协议。通过本程序可以以树状结构列出所有的TCP/IP协议。-Enumerate all the network layer protocol. Through this process can be listed in a tree structure of all the TCP / IP protocol.
周立功tcpip
- 周立功arm开发板上 tcp/ip协议栈实现的全部源代码,在此给出,与大家共享!-weeks meritorious arm development board tcp / ip protocol stack to achieve the full source code, in this given and share!
multi_thread_socket_filetrans
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
VoiceEngines
- 这是一个将语音打包程序, 将数据打包成RTP/RTCP-This is a package of voice procedures, data packing into RTP / RTCP
ip查询
- 这是一个小程序,能够查看自己主机的ip地址,里面包含了visual c++网络编程的基本知识,希望能和大家共享.-This is a small program to view their mainframe ip address, which contains a visual c network programming to the basic knowledge, hopes to be able to share.
tcp-ip详解卷2
- 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
tcp-ip详解卷3
- 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
ARP解析
- 关键字:ARP,地址解析协议, ARP帧格式,VC, winpcap,包拦截, 这是我课程设计的一个程序,功能是在利用WinPcap提供的API函数, 使网卡工作在混杂模式下,对ARP包进行拦截,并对ARP包的格式进行分析, 本压缩包中加入了WINPCAP的安装文件,及文档说明. 本人希望与更多的人进行交流,QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : ARP, ARP, ARP frame format, VC, winpcap,
dtmf_c51
- 此程序是DS12C887在MSP430上读写操作程序,本程序已经用在工业现场,非常可靠。-DS12C887 on the MSP430 literacy operational procedures, this procedure has been used in the industrial scene, a very reliable.
lean
- 这是一个比较全面的tcp/ip协议的全部源代码,是我的珍藏.-This is a more comprehensive tcp / ip the full source code, is my collection.
