Network Topology Generator
Last update : 28/2/2007
mpath - Multiple path discovery based on a flood method
Calling Sequence
-
[route_sort]=mpath(ge,ne,nr,TTL)
Parameters
-
ge
: network graph
-
ne
: emission node
-
nr
: reception node
-
TTL
: route discovery packet time to live
-
route_sort
: route discovery packet time to live
Description
-
Multiple path discovery based on a flood method. The set of possible routes are sorted and stored in the matrix route_sort (route|arrival|TTL|route length).
Examples
D=300;
L=1000;
n=50;
ne=1;
nr=10;
TTL=10;
[g,conn]=waxmanconnex(0.1,0.5,n,L);
g=weightgraph(g);
show_graph(g);
[route_sort]=mpath(g,ne,nr,TTL);
Authors
-
Foued Melakessou
University of Luxembourg
Bibliography
Intra Project 2004-2007
Used Function
multip, multipit.
See Also
multip
,
multipit
,