Mercurial > hg > Members > tatsuki > Alice
view scripts/run_manager.sh @ 358:fdf17b55a668 multicast
add args for multicast
author | sugi |
---|---|
date | Thu, 15 May 2014 00:26:30 +0900 |
parents | 2a8440684441 |
children |
line wrap: on
line source
#!/bin/bash max=$1 child_num=$2 jar_path=../build/libs/Alice.jar ruby ./topology/treen.rb $1 $2 > ./topology/tree.dot dot -Tpng ./topology/tree.dot > ./topology/tree.png java -cp $jar_path alice.topology.manager.TopologyManager -p 10000 -conf ./topology/tree.dot &