TuCSoN
TuCSoN
The TuCSoN coordination technology implements the TuCSoN model as a Java-based distributed middleware, available under GNU LGPL license via GitHub as a Git repository.
Getting Started
- download tucson.jar archive from the Releases page on its GitHub repository
- download the libraries it depends on
- open a command prompt in the folder where you put the two jars above, then type
- on Linux & Mac OS
java -cp tucson.jar:2p.jar alice.tucson.service.TucsonNodeService - on Windows
java -cp tucson.jar;2p.jar alice.tucson.service.TucsonNodeService
- on Linux & Mac OS
- the TuCSoN ASCII logo should appear on the command prompt, as depicted below