搜索资源列表
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
Leach 协议
- 该源码是无线传感器网络路由协议Leach的matlab实现
基于NS的DTN网络epidemic路由协议源码
- DTN网络即延时容忍网络最常用的路由协议之一,epidemic协议的ns码。
TDSR
- 无线传感器网络路由协议DSR的改进的matalb仿真实例-DSR routing protocol for wireless sensor networks improved the matalb simulation
2
- 实验一 路由器的命令行界面配置 2 实验二 路由器的全局配置 4 实验三 路由器端口的基本配置 6 实验四 查看路由器的系统和配置信息 9 实验五 静态路由 11 实验六 RIP 路由协议 17 实验七 OSPF单区域 25 实验八 利用IP标准访问列表进行网络流量的控制 32 -Router
mesh
- 无线mesh网络路由论文集合,都是介绍mesh路由协议的论文,很有用、我看过的。-The wireless mesh network routing a collection of papers
route
- 一段基于虚拟簇的路由协议代码。用于无线传感器网络-A virtual cluster based routing protocol code. For wireless sensor networks
LEACH
- 无线传感网络路由协议 对于无线传感网络的初学者非常有用-wireless sensor network
wireless-network-sensor-routing-algorithm
- 设计无线传感器网络的路由协议,LEACH是第一个基于多簇结构的集群路由协议,是一种分布式的协议,每一个节点通过一个概率来决定自己是否成为簇头节点,并保证每轮有相当数量的簇头节点. -Design of wireless sensor network routing protocol, LEACH is the first structure of a cluster based on multi-cluster routing protocol, the protocol is a dist
Directed_diffusion_for_wireless_sensor_networking.
- IEEE/ACM TRANSACTIONS ON NETWORKING 会议文章,详细描述了无线传感器网络的定向扩散路由协议及其NS2仿真过称和结果分析。-from IEEE/ACM TRANSACTIONS ON NETWORKING,give a specific descr iption on Directed Diffusion routing protocol for WSN, also with NS2 emulation and result analysis
sdrad
- 本代码是一种无线传感器网络的路由协议,主要是基于能量有限的协议。-This code is a wireless sensor network routing protocols, mainly based on limited energy agreement.
DSR
- DSR无线路由协议实现代码。可用omnetpp实现。(DSR wireless routing protocol implementation code. Available OMNETPP implementation.)
ADOV路由计算
- 在无线自组织网络中使用的按需路由协议AODV中的路径计算(Computing routing path of AODV protocal)
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.)
计算机网络(本科)
- 黑龙江大学计算机网络实验主要包含网络IP分配,路由协议,点对点通信等(The computer network experiment in Heilongjiang University mainly includes network IP allocation, routing protocol, point to point communication, etc.)
用于提高无线传感器网络的寿命的节能异构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)
多跳Leach
- 在经典LEACH分簇路由协议的 基础上,加入簇头的多跳传输机制,提高了LEACH协议的性能,降低了节点能耗,延长了网络的生命周期。(On the basis of the classical LEACH cluster routing protocol, the multi-hop transmission mechanism of cluster head is added, which improves the performance of LEACH protocol, reduces t
cbrp协议源码
- CBRP协议的(cluster based routing protocol)是IETF提出的自组织网络路由协议草案之一,是最早的AdHoc分簇路由协议之-,也是一-种基于分簇结构的源路由按需路由协议,与动态源路由协议(DSR)有许多相似之处。它采用基于“簇”的层次化的设计思想,属于将先应式(预先路由)与反应式(按需路由)相结合的综合型的路由算法,在分簇中采用最小ID分簇算法。和其他路由算法相比,CBRP具有参与路由处理的主机量少、路由控制开销小、路由期间的网络阻塞少以及寻找路由时间短等特点。