Installation

Sandhi consists of many libraries and softwares. It uses GNU Radio at its core. For computational purposes, Scilab and Octave can be interfaced with Sandhi. Sandhi uses a special wrapper called Sciscipy which allows one to call Scilab functions from Python without having to worry about datatype conversion.

For end-users

Ubuntu 12.04 32 bit deb file
Ubuntu 12.04 64 bit deb file
Ubuntu 14.04 32 bit deb file
Ubuntu 14.04 64 bit deb file

After completion of download, unzip the zip file and execute the following commands:

  1. chmod +x install-sandhi.sh
  2. sudo ./install-sandhi.sh

For developers
To install dependencies, compile and build Sandhi click here.