summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-09-01 17:36:33 -0500
committerBlaise Thompson <blaise@untzag.com>2021-09-01 17:36:33 -0500
commit4c15efa72273655aa30d1c201a8cfc0b6f7e0618 (patch)
treee01b17a4eb30356907c9436faf2c38ecfd3284ed
parent124b1f57a2074d2c28df9ff236cf0e96e6cce33f (diff)
more hardware control
-rw-r--r--posts/hardware-control.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/hardware-control.md b/posts/hardware-control.md
index 97f11f6..7378161 100644
--- a/posts/hardware-control.md
+++ b/posts/hardware-control.md
@@ -16,6 +16,7 @@ Each of these projects allows users to communicate with instrumental hardware.
| [CRAPPY](https://github.com/LaboratoireMecaniqueLille/crappy) | Python. |
| [Cryostat-GUI](https://github.com/Cryostat-GUI/Cryostat-GUI) | Python. |
| [Daiquri](https://ui.gitlab-pages.esrf.fr/daiquiri-landing/about) | A web-based framework for data acquisition. |
+| [DAQari](https://github.com/nravanelli/DAQari) | DAQ software using WebSerial & FileSystem Access API's. |
| [DataLog](https://github.com/SeanDS/datalog) | Python. For PicoTech "PicoLog" hardware. |
| [datalogd](https://datalogd.readthedocs.io) | Python. Datalogging daemon with some sensor support. |
| [deepthought](https://github.com/ndsystems/deepthought) | Python. Example interface to Bluesky from MicroManager. |
@@ -35,6 +36,7 @@ Each of these projects allows users to communicate with instrumental hardware.
| [itom](https://itom.bitbucket.io/index.html) | C++ with Python scripting. [Supported hardware.](https://itom.bitbucket.io/plugins.html) |
| [Karabo](https://in.xfel.eu/readthedocs/docs/karabo/en/latest/index.html#) | Multilingual framework from XFEL. See [publication](https://docs.xfel.eu/alfresco/d/a/workspace/SpacesStore/5be9f069-3d70-4625-bde1-f1c7ca06eaed/Karabo%20Overview%202013.pdf).
| [labdrivers](https://labdrivers.readthedocs.io/en/latest/) | Python. |
+| [LabThings](https://github.com/labthings) | Python. Originally for microscope. |
| [Lantz](https://github.com/lantzproject) | Python. Project seems to be on life support. |
| [libiio](https://wiki.analog.com/resources/tools-software/linux-software/libiio) | C. Library for interfacing with IIO devices. |
| [LinuxCNC](https://www.linuxcnc.org/) | Lots of motor support, driven by gcode. |