搜索资源列表
udns-0.0.4-win32
- UDNS是一套DNS位址解析的函式庫,同時支援同步查詢與非同步查詢.本udns-0.0.4-win32函式庫經Michael Tokarev維護成為windows板本函式庫.
TCPIPprotocolren
- TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.
netperf-2.4.0.rar
- Netperf是一种网络性能的测量工具,主要针对基于TCP或UDP的传输。Netperf根据应用的不同,可以进行不同模式的网络性能测试,即批量数据传输(bulk data transfer)模式和请求/应答(request/reponse)模式。Netperf测试结果所反映的是一个系统能够以多快的速度向另外一个系统发送数据,以及另外一个系统能够以多块的速度接收数据。 Netperf工具以 client/server方式工作。server端是netserver,用来侦听来自client端的连接,c
ppp-2.4.2
- C语言实现的 PPPOE客户端代码,可以适合移植到嵌入式系统-C language implementation of the PPPOE client-side code can be ported to embedded systems suitable
lwip-1.4.0
- 一个轻量级的tcp/ip协议栈,适合用于嵌入式开发,此为2011 05 最新版本,对嵌入式以太网开发很有帮助-A lightweight tcp/ip protocol stack suitable for embedded development, this is the latest version of 201 105, is helpful for the development of embedded Ethernet
dns2tcp-0.4.3.tar
- DNS2TCP 0.4.3 TCP Covert Tunnel over DNS-DNS2TCP 0.4.3TCP Covert Tunnel over DNS
CMulticastSocket-VC-4-demos
- UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线
tcpdump-4.0.0_sourcecode
- tcpdump-4.0.0源代码 对于学习网络编程人员很有用啊 欢迎大家下载-tcpdump-4.0.0 source code for the Learning Network programmers are welcome to download with ah
ppp-mppe-2.4.1.tar
- ppp-mppe-2.4.1.tar.gz, ppp2.4.1增加支持mppe-ppp-mppe-2.4.1.tar.gz
mrtg-2.16.4
- awsome software for protocol connenctivity notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CON
tcpreplay-3.4.4.tar
- tcpreplay.tar.gz. 实现抓包重放。-tcprelay.
4.4BSD-Lite2.tar
- BSD对UNIX最重要的贡献之一是TCP/IP。BSD 有8个主要的发行版中包含了TCP/IP:4.1c、4.2、4.3、4.3-Tahoe、4.3-Reno、Net2、4.4以及 4.4-lite。这些发布版中的TCP/IP代码几乎是现在所有系统中TCP/IP实现的前辈,包括AT&T System V UNIX 和Microsoft Windows中的TCP/IP都参照了BSD的源码。-BSD of UNIX is one of the most important contributions
tcpreplay-3.4.2.tar
- tcp数据流重放工具,用于tcp/ip协议分析-tcp data stream playback tool for tcp/ip protocol analysis
cbgp-1.4.4.tar
- BGP模拟器代码,能模拟BGP配置,接收外部路由和网络拓扑,完成路由过滤和路由反射等功能-BGP simulator code, can simulate the BGP configuration, receiving the external routing and network topology, the completion of route filtering and routing features such as reflection
Microsoft-Research-IPv6-Stack-1.4
- source code to microsoft research IPv6 stack version 1.4
phddns-sdk-1.0.4.17314.tar
- phddns-sdk-1.0.4.17314 2次开发SDK-phddns-sdk-1.0.4.17314 Development SDK
-IEEE802.15.4-App-Template-2v1
- 无线传感器网络的ieee802.4 信道控制协议协议,用c++实现,灰常好使。包含头文件。-smac 协议用c++实现
contrib-1.4.0
- 与lwip-1.4.0相对应的应用和接口示例,可以编译出liblwip.so的库文件-Lwip-1.4.0 corresponding applications and interfaces example, you can compile the liblwip.so library files
hurray(IEEE802.15.4)v1.2
- An IEEE 802.15.4 protocol implementation (in nesC/TinyOS)
rongliangfenpei
- 星形网络设计环境要求:Windows2000/XP/7 功能要求: 设有n个节点(依次编号为1、2、……,n)和一个中心,每个节点都有ni个终端,每个终端至节点的报文达到率都相等为λ,报文长度都相等为1/μ,确定该网络设计的总容量为C,编写一个程序,对于输入节点数n、ni、λ、μ,算出网络的最佳容量分配及相应的延时。注意,一条链路的平均延时时间计算参考公式T=1 /(μC-λ),其中1/μ是以比特为单位的报文分组平均长度;C是以该链路的容量,单位是比特/秒;λ是平均流量,单位是分组/秒