Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/exchange/8-Island/README @ 12147

Last change on this file since 12147 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 1.5 KB
Line 
1Ellis, Gilligans, Coney, Fantasy, Rhode, Survivor, Temptation,
2and Treasure Island.  Survivor Island will be the server.
3
4To run this example, launch eight processes, each with
5the appropriate .params file for that island. 
6
7If you're running them on the same machines, you can
8simply do:
9
10java ec.Evolve -file survivor.params
11
12java ec.Evolve -file ellis.params
13
14java ec.Evolve -file gilligans.params
15
16java ec.Evolve -file coney.params
17
18java ec.Evolve -file fantasy.params
19
20java ec.Evolve -file rhode.params
21
22java ec.Evolve -file temptation.params
23
24java ec.Evolve -file treasure.params
25
26
27If you're running the processes on different machines, 
28you'll need to modify the server address
29so the machines know where Survivor Island (the server) is located:
30
31java ec.Evolve -file survivor.params
32
33java ec.Evolve -file ellis.params \
34    -p exch.server-addr=address.of.survivor.com
35
36java ec.Evolve -file gilligans.params \
37    -p exch.server-addr=address.of.survivor.com
38
39java ec.Evolve -file coney.params \
40    -p exch.server-addr=address.of.survivor.com
41
42java ec.Evolve -file fantasy.params \
43    -p exch.server-addr=address.of.survivor.com
44
45java ec.Evolve -file rhode.params \
46    -p exch.server-addr=address.of.survivor.com
47
48java ec.Evolve -file temptation.params \
49    -p exch.server-addr=address.of.survivor.com
50
51java ec.Evolve -file treasure.params \
52    -p exch.server-addr=address.of.survivor.com
53
54
55The parameter files have been set up to define different
56socket ports for each client; though this is only necessary
57if they're running on the same computer.
Note: See TracBrowser for help on using the repository browser.