Changes for page TuCSoN
From version 41.1
edited by Andrea Omicini
on 29/12/2021 18:56
on 29/12/2021 18:56
Change comment:
There is no comment for this version
To version 33.1
edited by Andrea Omicini
on 03/11/2021 23:13
on 03/11/2021 23:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +TuCSoN Home - Content
-
... ... @@ -1,17 +1,16 @@ 1 -= {{stringIta}}Home di {{/stringIta}}{{tucson/}}{{stringEng}} Home{{/stringEng}} = 2 - 3 -{{include reference="Punchline" excludeFirstHeading=true/}} 4 - 1 +{{velocity}}!!(% style="background-color:$theme.fieldGradientColor; border-style:hidden" %){{tucson/}} (Tuple Centres Spread over the Network) is a Java library providing //coordination as a service// to Java and {{tuprolog/}} agents. {{tucson/}} is a model for the coordination of distributed processes, as well as autonomous, intelligent & mobile agents. {{tucson/}} exploits tuple centres as its coordination media, which are tuple spaces enhanced with the notion of behaviour specification, thanks to the {{respect/}} language.(%%) 2 +!!(% style="background-color:$theme.fieldGradientColor; border-style:hidden" %)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]].(%%) 3 +{{/velocity}} 5 5 >Getting Started 6 6 7 -* 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/]] 8 -* download the libraries it depends on 9 -* open a command prompt in the folder where you put the two jars above, then type 6 +* Download tucson.jar archive from the [[Releases>>https://github.com/TuCSoN-Coord/TuCSoN/releases]] page on its [[GitHub repository>>https://github.com/TuCSoN-Coord/TuCSoN/]] 7 +* Download the libraries it depends on: 8 +** {{tuprolog/}} — from its [[Downloads>>Tuprolog.Downloads]] section //(2p.jar)// 9 +* Open a command prompt in the folder where you put the two jars above, then type 10 10 ** on Linux & Mac OS 11 11 {{code language="bash"}}java -cp tucson.jar:2p.jar alice.tucson.service.TucsonNodeService{{/code}} 12 12 ** on Windows 13 13 {{code language="bash"}}java -cp tucson.jar;2p.jar alice.tucson.service.TucsonNodeService{{/code}} 14 -* the {{tucson/}} ASCII logo should appear on the command prompt, as depicted below14 +* The {{tucson/}} ASCII logo should appear on the command prompt, as depicted below 15 15 ** [[image:TuCSoN-boot.jpeg]] 16 - 17 17 {{include reference="Environment"/}}