Download SPLAY

Splay Daemon Packages

Automatic installer for MacOS X (64bit)

  • Download MacOS X splayd 1.2 , click on the downloaded file and follow the instructions.
  • If you prefer to install the pkg from terminal:
    sudo installer -pkg splayd_1.2.pkg -target /
    

APT-GET for Linux Ubuntu 32 Bit

  • Edit your /etc/apt/sources.list and add the following line:
    deb http://www.splay-project.org/splay/binaries /
    
  • Execute the following command:
    sudo apt-get update && sudo apt-get install splayd
    

APT-GET for Linux Ubuntu 64 Bit

  • Edit your /etc/apt/sources.list and add the following line:
    deb http://www.splay-project.org/splay/binaries-amd64 /
    
  • Execute the following command:
    sudo apt-get update && sudo apt-get install splayd
    

Deb package for Linux Ubuntu 32 Bit

Deb package for Linux Ubuntu 64 Bit

LuaRocks for Linux

SPLAY libs can be installed as LuaRocks modules. Before proceeding, install luarocks on your Linux system.

  • To install SPLAY libs for all users in the system:
    sudo luarocks install http://www.splay-project.org/splay/binaries/splayd-1.2-0.rockspec
    
  • To install SPLAY libs for the current user:
    luarocks install http://www.splay-project.org/splay/binaries/splayd-1.2-0.rockspec
    

Splay Client Commands

Instructions on how to use the Splay Client Commands can be found here .

Install the required libraries for the Splay Client Commands as explained here.

Splay Web

The web interface to the Splay Controller Instructions. Detailed installation instructions are available here .

Source code

The SPLAY daemon and controller sources are available under GPL 3 license.

Installation instructions are included in the archives, or on the install instructions page. SPLAY compiles and run on all UNIXes including MacOS X, BSD, Linux, and others.

We would be very glad to read about your experience with SPLAY. Do not hesitate to drop us a mail at info@splay-project.org.