diff options
author | manojgudi | 2013-12-27 09:59:24 +0530 |
---|---|---|
committer | manojgudi | 2013-12-27 09:59:24 +0530 |
commit | 58f9b0cc56f2846a7867ec541b938e6ce70a227c (patch) | |
tree | 6f3362ea137a1419356efa83e050cb9900eb4d19 | |
parent | 3ed10654d8a7fb9bb8cdd1120c293a393f3bd639 (diff) | |
download | sandhi-58f9b0cc56f2846a7867ec541b938e6ce70a227c.tar.gz sandhi-58f9b0cc56f2846a7867ec541b938e6ce70a227c.tar.bz2 sandhi-58f9b0cc56f2846a7867ec541b938e6ce70a227c.zip |
gr36 Incomplete cleanup | README basic structure
-rw-r--r-- | README.txt | 31 | ||||
m--------- | gr36 | 0 |
2 files changed, 29 insertions, 2 deletions
@@ -1,5 +1,32 @@ Sandhi --------- -Temporary name, may be changed later. -A software to replace Labview. Built on GRAS (GNU Radio Advanced Scheduler) https://github.com/guruofquality/gras/wiki +Sandhi is a visual programming software particularly for control systems. Sandhi is forked from GNU Radio project which uses GRAS (GNU Radio Advanced Scheduler) https://github.com/guruofquality/gras/wiki + + +# Dependencies +Sandhi is conglomeration of lot of libraries and softwares. For computational purposes, Scilab and Octave can be interfaced with Sandhi. Sandhi uses a special wrapper called Sciscipy which alllows one to call scilab functions from python without having to worry about datatype conversion. + +To build Sandhi, following dependencies have to be met- + + +If on Ubuntu one can directly install using command*- + + +Sciscipy is a must for Sandhi's control blocks to work; To install: +1. Clone sciscipy-1.0.0 from our repository<br> +`git clone https://github.com/manojgudi/sciscipy-1.0.0.git` + +2. Run _install_ script from the directory with sudo privileges to automatically pull all dependencies for Sciscipy, build and install it.<br> +`sudo ./install` + +*Please note that Sandhi has been known to *not* work libboost1.49 available in Ubuntu 12.10 + +# Build Guide + +<To be copied from GRAS> + +# Road Map + + + diff --git a/gr36 b/gr36 -Subproject 576936961996253c5a7ea27b63e5bb2ce0bb01a +Subproject 212d3b72f68fd2323051ce0c627c98e23c99f73 |