Find a file
2025-09-16 13:27:05 +02:00
.gitea/workflows CI: Enable the uploading of packaged build artifacts 2025-09-16 13:25:49 +02:00
argp fix windows build, add argp to tree to allow building for windows 2023-07-10 15:55:39 +02:00
cmake CI: Enable the uploading of packaged build artifacts 2025-09-16 13:25:49 +02:00
doc Fix spelling in various places 2024-01-09 14:13:41 +01:00
EisMultiplexerWinDriver Get project version from git tag 2025-08-26 09:48:30 +02:00
pkgconfig Rework for new eismulitplexer pcb 2023-06-19 15:55:25 +02:00
scripts Packageing: More robust searching for libusb on linux 2025-09-16 13:25:49 +02:00
90-eismultiplexer.rules inial commit 2023-06-15 18:06:29 +02:00
CMakeLists.txt Merge branch 'actions' 2025-09-16 13:27:05 +02:00
crossW64.cmake Get project version from git tag 2025-08-26 09:48:30 +02:00
eismultiplexer.c add channel count and device listing functions 2025-06-30 15:28:48 +02:00
eismultiplexer.h add channel count and device listing functions 2025-06-30 15:28:48 +02:00
gpl-3.0.txt add release target for linux 2025-09-16 13:25:49 +02:00
lgpl-3.0.txt add release target for linux 2025-09-16 13:25:49 +02:00
main.c cli: add the ability to list current devices 2025-08-26 13:55:22 +02:00
options.h add verbose option 2025-08-26 12:57:28 +02:00
README.md add release target for linux 2025-09-16 13:25:49 +02:00
usbshm.c Dont let usbshm leak descriptors in usbshm_find 2025-08-26 14:05:42 +02:00
usbshm.h add channel count and device listing functions 2025-06-30 15:28:48 +02:00

[comment]: \page README Readme

libeismultiplexer

libeismultiplexer is a shared library that allows you to control EISmultiplexer devices.

For questions or comments, please write to klemm@rhd-instruments.de

Full Online API documentation can be built with the "doc" target and is also available here. A PDF with API documentation can be found here.

Compile/Install

Requirements

  • git
  • c11 capable compiler (e.g. GCC, CLANG)
  • cmake 3.0 or later
  • libusb 1.0 or later
  • (optional) doxygen 1.8 or later to generate the documentation

Procedure

In a console do:

to make the documentation:

  • make doc

License

librelaxisloader is licensed to you under the lgpl-3.0 or later license