搜索资源列表
mdsdv
- 动态网络路由协议,适用于ad hoc网络,该协议有一些改进使它更能适用于大规模的局域网-dynamic network routing protocols, applicable to ad hoc networks, the agreement has some improvements to make it more applicable to large-scale LAN
mitre
- 美国Mitre做的关于无线Mesh网络路由协议的一套软件源码,很有参考意义!-the United States to do on wireless mesh routing protocol set of software source code, great reference significance!
aodv-uu-0.9.2
- 无线自组织网络路由协议:按需距离矢量协议源代码-self-organizing wireless network routing protocols : on-demand distance vector source code agreement
AODV-UIUC-0.5.tar
- AODV,一种自组织网络路由协议,可实现动态路由接入。linux版本-AODV, a self-organizing network routing protocols, dynamic routing access. Linux version
swarm.tgz
- 采用蚂蚁算法实现ad hoc网络路由协议,平台为ns2-ant algorithm using ad hoc network routing protocol, Platform for Packet
dsr-uu-0.2
- Ad-hoc网络路由协议DSR的linux下实现,很有研究价值。对网络和linux内核的研究很有用
p2p-02
- 带宽自适应的P2P网络路由协议,在此与各位网友分享了-Bandwidth adaptive P2P network routing protocols, in sharing with you friends
2
- 实验一 路由器的命令行界面配置 2 实验二 路由器的全局配置 4 实验三 路由器端口的基本配置 6 实验四 查看路由器的系统和配置信息 9 实验五 静态路由 11 实验六 RIP 路由协议 17 实验七 OSPF单区域 25 实验八 利用IP标准访问列表进行网络流量的控制 32 -Router
aodv
- NS2的AD HOC网络路由协议AODV实现代码-AD HOC network NS2 of AODV routing protocol to achieve code
adhoc_routing
- 移动Ad hoc 网络路由协议的研究 无线自组网路由协议论文资料-Mobile Ad hoc Network Routing Protocol wireless ad hoc network information from paper Agreement
mesh
- 无线mesh网络路由论文集合,都是介绍mesh路由协议的论文,很有用、我看过的。-The wireless mesh network routing a collection of papers
protocolanalysis
- 在ns2中建立无线组织网络并分析无线组织网络路由协议-In the ns2 network of organizations to create a wireless network of organizations and analyze the wireless routing protocols
adhoc
- 经典的路由表协议有:DSDV(序列目的节点距离矢量路由协议),CGSR(群首信关切换路由协议),WRP(无线路由协议)等。经典的源始发的按需路由协议有:DSR(自适应源路由协议)、AODV(自组织网按需距离矢量路由协议),TORA(临时排序路由算法)等,这里实现Adhoc网络路由协议性能的比较-Classical routing table agreement: DSDV (destination sequence distance vector routing protocols), CGSR
FSPF
- 光纤通道网络中的最短路由协议(FSPF).-Fibre Channel network in the shortest routing protocols (FSPF).
DSR
- DSR无线路由协议实现代码。可用omnetpp实现。(DSR wireless routing protocol implementation code. Available OMNETPP implementation.)
RASIS
- 机会网络路由协议RASIS的实现代码,用java编写(Implementation code of routing protocol RASIS)
tracert-vc-code
- 路由追踪程序,可探测IP数据报从源主机到网络内任意指定目的主机途中所经过的路由器,非常难得的程序(Route tracking program that detects IP datagram routers passing from the source host to any destination host on the network. It is a very rare program.)
用于提高无线传感器网络的寿命的节能异构DEEC协议
- 这是一篇关于matlab的路由协议论文,很经典,虽然时间长远,但是很有价值。(This is a paper on the routing protocol of matlab. It is a classic, although it is a long time, but it is very valuable.)
routing_olsr-inria
- olsr路由协议C++源码,适用于网络协议开发(OLSR routing protocol C++ source code)
cbrp协议源码
- CBRP协议的(cluster based routing protocol)是IETF提出的自组织网络路由协议草案之一,是最早的AdHoc分簇路由协议之-,也是一-种基于分簇结构的源路由按需路由协议,与动态源路由协议(DSR)有许多相似之处。它采用基于“簇”的层次化的设计思想,属于将先应式(预先路由)与反应式(按需路由)相结合的综合型的路由算法,在分簇中采用最小ID分簇算法。和其他路由算法相比,CBRP具有参与路由处理的主机量少、路由控制开销小、路由期间的网络阻塞少以及寻找路由时间短等特点。