Mercurial > hg > Members > sugi > javafx
annotate README.txt @ 26:650c0f1270a3
add package alice.topology.manager.keeparive
author | sugi |
---|---|
date | Tue, 05 Nov 2013 03:57:09 +0900 |
parents | e134c5804279 |
children |
rev | line source |
---|---|
21 | 1 sample is JavaFx tutorial. Double crick sample/Ensemble.jar |
2 | |
3 HOW TO USE AQUARIUM | |
4 (local TEST) | |
5 | |
6 cd scripts | |
7 | |
8 sh ./aquarium X Y | |
9 | |
10 X is the number that how many nodes you use. | |
11 | |
12 Y is the child number (X > Y) | |
13 | |
14 if you execute "./aquarium 10 3" | |
15 | |
16 whole of nodes are 10 | |
17 one node has 3 children. |