view scripts/showTopo.sh @ 368:f38cafa457c9 multicast

add MulticastDataSegment Test
author sugi
date Sat, 17 May 2014 21:37:17 +0900
parents 094d8fa4945e
children
line wrap: on
line source

#!/bin/bash
max=$1
child_num=`expr $max - 1`
ruby ./topology/treen.rb $max 2 > ./topology/tree.dot
dot -Tpng ./topology/tree.dot > ./topology/tree.png
open ./topology/tree.png