diff options
author | manojgudi | 2014-03-14 16:01:42 +0530 |
---|---|---|
committer | manojgudi | 2014-03-14 16:01:42 +0530 |
commit | e590306a0275e32bdad4f025fbbae4e0eeb620a2 (patch) | |
tree | c928b2f893b8eb4bd7ec1f435486c072ef4a05b4 /README.md | |
parent | aa401190912e587b2b9797d6cd2a7b19222248c6 (diff) | |
download | sandhi-docs-e590306a0275e32bdad4f025fbbae4e0eeb620a2.tar.gz sandhi-docs-e590306a0275e32bdad4f025fbbae4e0eeb620a2.tar.bz2 sandhi-docs-e590306a0275e32bdad4f025fbbae4e0eeb620a2.zip |
added faqs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,17 +1,20 @@ -Introduction +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 which uses [GRAS](https://github.com/guruofquality/gras/wiki) (GNU Radio Advanced Scheduler) ## [Getting it](getting_it.md) -- Pre-requisites -- Build it -- Get Binary +#### Pre-requisites +#### Build it +#### Get Binary ## [Using it](using_it.md) -- Hello World -- Demos +#### Hello World +#### Demos ## [Code Development](code_devel.md) - Disruptive introduction to framework @@ -23,3 +26,5 @@ This repository should contain all documentation written for Sandhi. - Areas to be explored - Links to earlier documentation -- Aviral's DDP Phase I report, Saruch's Intersnhip report, Sandhi paper, Sandhi presentation + +## [Frequently Asked Questions](faqs.md) |