diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2018-04-05 17:39:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:11 +0700 |
commit | d1f99d7fd0c38522c59c3d10aee13e10932bfcdb (patch) | |
tree | 11efffa864365d101d0c0a7790f8c7ac319f3ee1 /libraries/libindi/README | |
parent | 09cdb448a98a1fdde5056ba3851e4f910e6feae8 (diff) | |
download | slackbuilds-d1f99d7fd0c38522c59c3d10aee13e10932bfcdb.tar.gz |
libraries/libindi: Added (Instrument Neutral Distributed Interface).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libindi/README')
-rw-r--r-- | libraries/libindi/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libindi/README b/libraries/libindi/README new file mode 100644 index 0000000000..eaaf714086 --- /dev/null +++ b/libraries/libindi/README @@ -0,0 +1,9 @@ +INDI is a distributed control protocol designed to operate astronomical +instrumentation. INDI is small, flexible, easy to parse, and scalable. +It supports common DCS functions such as remote control, data acquisition, +monitoring, and a lot more. + +This script builds the library that KDE KStars and similar programs can +use for image capture in astrophotography, telescope control, etc. + +You will need libindi-drivers (also on SBo) to fully utilize INDI hardware. |