搜索资源列表
SimpleRouter.rar
- 使用Java语言编写模拟路由器程序,通过不同的IP端口(port),使用多线程模拟不同的路由器,路由器之间通过UDP协议交换路由信息,根据Bellman-ford算法确定下一条的路由节点。,The use of Java language router simulation procedures, through different IP port (port), the use of multi-threaded simulation of different routers, through
p2pgame
- 一个P2P游戏应用程序的源码,该例子基于JXTA技术的对等节点域来实现路由和消息传输功能。-p2p game
AdHocnetworkprogram
- 本文提出了一种E-AODV,对AODV做了两大改进:设计了一种邻节点发现规程(NDP),该规程为AODV设计而独立于AODV,可以被移植到其他路由协议中,它为路由协议提供了一种检测链路状态和邻节点发现的底层支持,并避免了单向链路和不稳定链路的产生。其次,将源路由技术引入到采用距离矢量技术的AODV中.-This thesis provides an Enhanced-AODV routing protocol that improves AODV in two sides: introduce
sim
- 实现了一个简单的发布订阅系统,采用了载入文件初始化的方式,自动生成路由节点。同时可以发布订阅条件,事件消息和广告信息。同时,内置了基于覆盖的路由算法。-Implements a simple publish subscribe system initialization file loaded by the way, automatically routing node. Conditions also can publish subscribe, event news and advertis
Octopusv_2_1
- 比tinyos自身提供的mviz功能更强,可以远程调试节点,路由协议用的是CTP协议,支持温度,光照,湿度三参数显示,有关于能量的统计-using the language NesC and JAVA ,have a good GUI.using it you can get many useful data about CTP.is support for testbed is telosb and micaz
activerouter
- 实现ActiveRouter路由协议,主要是靠节点间病毒式传递信息-Routing protocol to achieve ActiveRouter,Rely mainly on viral transmission of information between nodes
manolin-DV(New)
- 模拟路由器,距离向量算法实现路由更新。能向邻居节点发送路由信息,能够发送数据。-Analog router, distance vector routing algorithm updates. Can send routing information to neighbor nodes to send data.
route
- 用java实现路由选择算法。Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Java achieve routing algorithm. Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm is used to calculate a node to all other nodes in the shortest path.