summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:39:49 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:39:49 -0400
commit53863b07eed2a09b1d17cf49261bac0ecb80f172 (patch)
treeaa52652d18c84084c02463d5e12d0c9fc5b6c010
parent6993679fb5cc103e6845920d66895edd49af9726 (diff)
downloadslackbuilds-53863b07eed2a09b1d17cf49261bac0ecb80f172.tar.gz
slackbuilds-53863b07eed2a09b1d17cf49261bac0ecb80f172.tar.xz
libraries/liblxi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--libraries/liblxi/README21
1 files changed, 12 insertions, 9 deletions
diff --git a/libraries/liblxi/README b/libraries/liblxi/README
index e6ec9baa05..35aa01369b 100644
--- a/libraries/liblxi/README
+++ b/libraries/liblxi/README
@@ -1,12 +1,15 @@
-liblxi is an open source software library which offers a simple API for
-communicating with LXI compatible instruments. The API allows applications to
-discover instruments on your network, send SCPI commands, and receive
-responses.
+liblxi is an open source software library which offers a simple API
+for communicating with LXI compatible instruments. The API allows
+applications to discover instruments on your network, send SCPI
+commands, and receive responses.
-Currently the library supports VXI-11/TCP and RAW/TCP connections. Future work
-include adding support for the newer and more efficient HiSlip protocol which
-is used by next generation LXI instruments.
+Currently the library supports VXI-11/TCP and RAW/TCP
+connections. Future work include adding support for the newer and
+more efficient HiSlip protocol which is used by next generation LXI
+instruments.
+
+The library is based on the VXI-11 RPC protocol implementation which
+is part of the asynDriver EPICS module, which, at time of writing, is
+available from:
-The library is based on the VXI-11 RPC protocol implementation which is part
-of the asynDriver EPICS module, which, at time of writing, is available from:
http://www.aps.anl.gov/epics/modules/soft/asyn/index.html