java原始路径OSPF协议
A
Routing
protocol
Implementation
in
java
using
the
UDP
Sockets.
Open
source
path
first
constitutes
2
parts
:
可靠的洪水
寻找最短路径
The
Algorithm
used
for
finding
the
shortest
path
is
the
Dijkstra's
Algorithm
with
a
little
modification.
This
project
is
an
implementation
of
such
a
Routing
protocol
considering
a
particular
network
Instance.
网络地形
输出
节点A的路由表
目的地
成本
跳
一种
0
_
d
2个
d
乙
3
乙
C
4
乙
节点B的路由表
目的地
成本
跳
乙
0
_
C
1个
C
一种
3
一种
d
5
C
节点C的路由表
目的地
成本
跳
C
0
_
乙
1个
乙
d
4
d
一种
4
乙
节点D的路由表
目的地
成本
2022-05-28 13:32:42
65KB
系统开源
1