Wiki source code of TuCSoN

Show last authors
1 = {{tucson/}} =
2
3 {{include reference="Punchline" excludeFirstHeading="true"/}}
4
5 The {{tucson/}} coordination technology implements the {{tucson/}} model as a Java-based distributed middleware, available under GNU LGPL license via [[GitHub>>https://github.com/TuCSoN-Coord/TuCSoN/]] as a [[Git repository>>TuCSoN.Git]].
6
7 >Getting Started
8
9 * download {{code language="bash"}}tucson.jar{{/code}} archive from the [[Releases>>https://github.com/TuCSoN-Coord/TuCSoN/releases]] page on its [[GitHub repository>>https://github.com/TuCSoN-Coord/TuCSoN/]]
10 * download the libraries it depends on
11 * open a command prompt in the folder where you put the two jars above, then type
12 ** on Linux & Mac OS
13 {{code language="bash"}}java -cp tucson.jar:2p.jar alice.tucson.service.TucsonNodeService{{/code}}
14 ** on Windows
15 {{code language="bash"}}java -cp tucson.jar;2p.jar alice.tucson.service.TucsonNodeService{{/code}}
16 * the {{tucson/}} ASCII logo should appear on the command prompt, as depicted below
17 ** [[image:TuCSoN-boot.jpeg]]