搜索资源列表
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
Dijkstra
- 一个基于JAVA的Dijkstra算法程序,可用于仿真中作为路由算法的一个组件.包含网络拓扑及使用方法的代码.-JAVA based on the Dijkstra algorithm procedure can be used for simulation as a component of routing algorithm. Contains network topology and how to use the code.
jpcap
- 包括安装需要的WinPcap_4_0_2.exe,jpcap.jar。Jpcap.dll,Jpcap包的安装与配置.doc jpcap功能: 可以实现地址的侦听 捕获末加工的原始数据包。 保存捕获到的数据包到本地文件,从本地文件读出先前捕获的数据包。 自动分辨数据包的类型并产生相应的Java类(如:Ethenet、IPv4、IPv6、ARP/RARP、TCP、UDP和ICMP包)。 根据用户在程序代码中指定的过滤规则过滤数据包。 向网络发送各种数型的数据包
p2pgame
- 一个P2P游戏应用程序的源码,该例子基于JXTA技术的对等节点域来实现路由和消息传输功能。-p2p game
DistanceVectorRouter
- 一份模拟距离向量算法的Java语言源码 基于距离向量算法的路由器设计与实现-Simulation of Distance Vector Routing
router
- 这个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm, the use of java programming.
jwork
- 如图1所示,互联网短信网关(ISMG)是业务提供商(SP)与移动网内短信中心之间的中介实体,互联网短信网关一方面负责接收SP发送给移动用户的信息和提交给短信中心。另一方面,移动用户点播SP业务的信息将由短信中心通过互联网短信网关发给SP。另外,为了减轻短信中心的信令负荷,互联网短信网关还应根据路由原则将SP提交的信息转发到相应的互联网短信网关。互联网短信网关通过向汇接网关(GNS)查询的方式获得网关间的转发路由信息。-As shown in Figure 1, the Internet Shor
bellman-ford
- 用Java语言写的移动通信网络(ad hoc)中很多经典的路由协议所用到的Bellman-Ford算法,使用到多线程和UDP协议来进行数据传输-Written using Java language for mobile communications network (ad hoc), many of the classical routing protocols used by the Bellman-Ford algorithm, using the multi-threaded and U
Dijk
- 经典Dijkstra,java最短路由算法-Classic Dijkstra, java shortest routing algorithm
workspace
- Distance-Vector算法实现计算路由表中最短路径.其中路由表可以由txt输入,路由数量取决于输入txt-Using distance-vector algorithm to compute the final router table
DVRouterSample
- 实现了Distance-Vector 算法了源码,能够模拟路由器之间交换路由的情况-Distance-Vector algorithm implements the source code, to simulate the situation between routers to exchange routing
new-think
- 基于蚁群算法的路由新算法。非常好的一篇论文。-New routing based on ant colony algorithm. Very good paper.
SampleCode-Java
- Java多线程实现路由算法模拟,路由算法即距离向量算法-Java multithread implement the simulation of router algorithm.
DTN-java
- 几个DTN协议的Java源代码,便于对DTN路由协议的了解-Java source code ofseveral DTN protocol ,which is useful for understanging DTN routing protocol.
dv_routing.java
- 深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
siena-java-2.0.3.tar
- 一款基于内容进行路由的发布订阅系统,用java实现的。-A content-based routing publish-and-subscribe system, implemented using java.
JAVA-Router-Selection-Algorithm
- 就网络层中的路由选择算法进行了归纳和总结 ,并使用JAVA语言编写出最短通路路由选择算法的具体程序。 -On network layer routing algorithms and summarized, and the use of JAVA language shortest path routing algorithm specific procedures.
gpsr-java
- 无线传感器网络基于地理位置路由协议GPSR的仿真。-Location-based wireless sensor network routing protocol GPSR simulation.
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
RASIS
- 机会网络路由协议RASIS的实现代码,用java编写(Implementation code of routing protocol RASIS)