source: axis/deter-only.tcl @ 2b6e66e7

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

use test server

  • Property mode set to 100644
File size: 278 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-test"
8set b [$ns node]
9tb-set-node-testbed $b "deter-test"
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.