Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to TopDl
TopDl
: two.tcl
File two.tcl,
164 bytes
(added by
faber
,
12 years ago
)
ns2 example for fedd_ns2topdl.py
Line
1
set
ns
[
new
Simulator
]
2
source
tb_compat.tcl
3
4
5
set
a
[
$ns
node
]
6
set
b
[
$ns
node
]
7
8
set
link0
[
$ns
duplex-link
$a
$b
100
Mb
0
ms DropTail
]
9
10
$ns
rtproto
Static
11
$ns
run
Download in other formats:
Original Format