▍1. Rndomized AODV
随机的自组网按需路由 (R AODV) 协议。在路由发现过程中,每个中介或路由器节点的源和目的节点之间作出决定作出广播/转发 RREQ 数据包进一步朝着目的地或删除它。在转发 RREQ 数据包,每个节点计算下降因素是的跃点计数走过 RREQ 数据包数目的逆函数。
随机的自组网按需路由 (R AODV) 协议。在路由发现过程中,每个中介或路由器节点的源和目的节点之间作出决定作出广播/转发 RREQ 数据包进一步朝着目的地或删除它。在转发 RREQ 数据包,每个节点计算下降因素是的跃点计数走过 RREQ 数据包数目的逆函数。
这段代码只是为了展示的基本模拟无线网络使用网络仿真器(NS2)。DSDV路由协议和使用
开放最短路径优先,网络协议编程,-Open Shortest Path First, the network protocol programming,
一个较好的Winsocket的封装库,呵呵,以色列人的杰作-A better package WinSocket library, huh, huh, Israelis masterpiece
网络编程实例-拨号上网-network programming examples- dial-up Internet
实现了基于UDP的控制网络拥塞的慢启动方法,能够针对服务器的回应做出反应。-UDP based on the realization of network congestion control method of the slow start, are able to cater for the server to respond to respond.
TCP-IP Unleashed, Third Edition 介绍TCP IP的一本好书,可能是本站最好的书籍 没看过不要说我瞎说.-TCP-IP Unleashed, Third Edition Introduction TCP IP
网络通信CAsyncSocket编程 -communications network programming CAsyncSocket
lwIP是TCP/IP协议栈的一个实现。lwIP协议栈主要关注的是怎么样减少内存的使用河代码的大小,这样就可以让lwIP适用于资源有限的小型平台例如嵌入式系统。为了简化处理过程和内存要求,lwIP对API进行了裁减,可以不需要复制一些数据。 -lwIP is TCP/IP protocol stack of a realization. lwIP protocol stacks of major concern is how to use the river to reduce the memory size of the code so that you can let lwIP applicable to the limited resources of small platforms such as embedded systems. To simplify the processing and memory requirements, lwIP of API have been cut, some data can not be copied.
完美实现IOCP的源码,菜鸟自学必备,另外里面还有意外惊喜// IOCPS.cpp: implementation of the IOCPS class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IOCPS.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #include "mswsock.h"
嗅探器来捕获 tcp udp 数据包, 筛选器基于一种声明性的谓语语法。筛选器是 ASCII 字符串,它包含的筛选表达式。pcap_compile() 采用的表达式,并把它转换为内核级数据包筛选器的程序中。 该表达式选择哪些数据包将被抛弃。如果给定了没有表达式,则网络上的所有数据包将都接受由内核级过滤引擎。否则,仅为其表达式为 "真" 的数据包将被接受。 表达式包含一个或多个基元。原语通常由一个id (名称或号码) 之前,由一个或多个限定符组成。有三种不同的限定符: 类型 限定符说指的是什么样的东西的 id 名称或编号。可能的类型是主机、网络和端口。例如,主机 foo"、 "净 1283"、 "端口 20"。如果不有任何类型限定符,则假定主机。 dir 限定符指定特定传输方向和/或从id。可能的方向是src、 dst, src 或 dst和src 和 dst。例如,"src 美孚"、 "dst 网 1283"、 " src 或 dst 端口 ftp-数据 "。如果有没有 dir 限定符,则假定src 或 dst 。为 null 链接图层 (即点到点协议,如滑) 的入站和出站的限定符可以用于指定所需的方向。 原始 限定符限制匹配到一个特定的协议。可能卷接机组是:醚、 fddi、 tr、 ip、 ip6、 arp、 rarp、 decnet、 tcp和udp。例如,"醚 src 美孚"、 "ar
TCP的客户端程序实现基本网络编程功能齐全-TCP client program to achieve the basic network programming functions
基于TCP/IP与单片机的数据采集,可以进行远程通信-the data of a data wamp searching
跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密.-cross-platform information exchange, based on TCP/IP (UDP) without the server, simple and easy capable of transmitting files and folders, data communications using RSA/Blofish encryption.
labVIEW制作的TCP通讯协议的服务器端,采用LABVIEW8.6写的-LabVIEW TCP communication protocol produced by the server-side, using LABVIEW8.6 written
tcpserver的vb编程,希望有人喜欢!-tcpserver of vb programming, want someone to love!
its the source code for building up UDP sockets at server side in a peer to peer network
BSD协议栈路由模拟器 2.0. windows下的路由器模拟器,含ospf路由协议. BSD协议栈路由模拟器 2.0 操作说明: 本软件是利用winpcap的库文件与网卡进行交换,运行前请安装winpcap3.0以上版本。-BSD protocol stack routing simulator router simulator under 2.0.windows, including OSPF routing protocol. BSD protocol stack routing instructions Simulator 2.0: This software is to use WinPcap library file with the card exchange, run before the Please install winpcap3.0 above.