Sandhi Documentation Project ==== Documentation project for software called as Sandhi. This repository should contain all documentation written for Sandhi. ## What is Sandhi? Sandhi is a free and open-source visual programming language and editor to replace applications built using LabVIEW. Currently it is aimed to support application development for control system engineering but it's framework is flexible enough to extend it to other areas of interest. Sandhi is forked from GNU Radio project and it uses [GRAS](https://github.com/guruofquality/gras/wiki) (GNU Radio Advanced Scheduler) as its application scheduler. ## [Getting it](getting_it.md) - [Pre-requisites](getting_it.md#pre-requisites) - [Build it](getting_it.md#build-it) - [Get Binary](getting_it.md#get-binary) ## [Using it](using_it.md) - [Simple Addition](using_it.md#simple-addition) - [Demos](demos) ## [Code Development](code_devel.md) - [Disruptive introduction to framework](code_devel.md#disruptive-introduction-to-framework) - [Coding a simple block](code_devel.md#coding-a-simple-block) - [Coding a Sci-block](code_devel.md#coding-a-sci-block) ## [Scope](scope.md) - [Current development](scope.md#current-development) - [Areas to be explored](scope.md#areas-to-be-explored) - [Links to earlier documentation](scope.md#links-to-earlier-documentation) ## [Frequently Asked Questions](faqs.md) - [About Us](faqs.md#about-us) ### Get a single page documentation 1. Clone this repository 2. `sudo ./compile.sh` 3. Checkout one.html