Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/exchange/3-Island/README @ 6152

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

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

File size: 972 bytes
Line 
1In this model, three islands are created:
2Wallops, Assateague, and Chincoteague.
3Wallops will be the server.
4
5To run this example, launch three processes
6using the wallops.params, assateague.params, or
7chincoteague.params parameter files respectively.
8If you're running them on the same machines, you can
9simply do:
10
11java ec.Evolve -file wallops.params
12
13java ec.Evolve -file assateague.params
14
15java ec.Evolve -file chincoteague.params
16
17If you're running the processes on different machines, 
18you'll need to modify the server address
19so the machines know where wallops (the server) is located:
20
21java ec.Evolve -file wallops.params
22
23java ec.Evolve -file assateague.params \
24    -p exch.server-addr=address.of.wallops.com
25
26java ec.Evolve -file chincoteague.params \
27    -p exch.server-addr=address.of.wallops.com
28
29The parameter files have been set up to define different
30socket ports for each client; though this is only necessary
31if they're running on the same computer.
Note: See TracBrowser for help on using the repository browser.