The Snodes source code is available from a Git repository. If you don't have Git, you can download it from git-scm.com.
The "authoritative" Snodes repo is maintained by Michael Dippery, and is read-only. To clone a copy of the repo:
$ git clone git://github.com/mdippery/snodes.git
Spaghetti Nodes is a Java application that uses sbt to build its JAR file. sbt is available from scala-sbt.org.
To build Snodes.jar:
- Download and install sbt from scala-sbt.org.
- Navigate to Spaghetti Nodes' base directory.
- Type
sbt run
to build and run Spaghetti Nodes.