source: axis/deter-only.tcl @ 9f8dbc1

axis_examplecompt_changesinfo-ops
Last change on this file since 9f8dbc1 was 9f8dbc1, checked in by Ted Faber <faber@…>, 13 years ago

sample file

  • Property mode set to 100644
File size: 268 bytes
Line 
1# SERVICE: project_export:deter::project=federation
2
3set ns [new Simulator]
4source tb_compat.tcl
5
6set a [$ns node]
7tb-set-node-testbed $a "deter"
8set b [$ns node]
9tb-set-node-testbed $b "deter"
10
11set lan0 [ $ns make-lan "$a $b" 100Mb 0ms ]
12
13$ns rtproto Static
14$ns run
15
Note: See TracBrowser for help on using the repository browser.