
set ns [new Simulator]
source tb_compat.tcl

set a [$ns node]
tb-set-node-testbed $a "skeleton"

$ns rtproto Static
$ns run


