set ns [new Simulator]
source tb_compat.tcl
# tb-use-endnodeshaping 1
# COMPOSITION: ar:required:stub:transit


set tarball "/users/faber/fedd-dev/split_view-routes.tgz"
set seer_tarball "/users/faber/fedd-dev/seer-fc6-current.tgz"

set irc_count 1

set OS FC6-STD
#set dest_OS FBSD62-STD
set dest_OS FC6-STD

set HW pc

set startup "sudo python /usr/local/seer/experiment-setup.py Basic"

set ar [$ns node]
tb-set-node-os $ar $OS
tb-set-hardware $ar $HW
tb-set-node-startcmd $ar $startup
tb-set-node-tarfiles $ar /usr/local/botnet $tarball /usr/local $seer_tarball
tb-set-node-testbed $ar "deter/attack"

set botmaster [$ns node]
tb-set-node-os $botmaster $OS
tb-set-hardware $botmaster $HW
tb-set-node-startcmd $botmaster $startup
tb-set-node-tarfiles $botmaster /usr/local/botnet $tarball /usr/local $seer_tarball
tb-set-node-testbed $botmaster "deter/attack"

set ar-botmaster [$ns make-lan "ar botmaster" 100Mb 0ms]
$ns rtproto Static
$ns run



