Find a file
2023-07-21 15:08:02 +02:00
argp fix windows build, add argp to tree to allow building for windows 2023-07-10 15:55:39 +02:00
doc relitcense 2023-06-30 16:40:40 +02:00
EisMultiplexerWinDriver Add windows driver files 2023-07-10 15:42:35 +02:00
pkgconfig Rework for new eismulitplexer pcb 2023-06-19 15:55:25 +02:00
90-eismultiplexer.rules inial commit 2023-06-15 18:06:29 +02:00
CMakeLists.txt fix windows build, add argp to tree to allow building for windows 2023-07-10 15:55:39 +02:00
crossW64.cmake Add windows cross compileing support 2023-06-30 16:12:19 +02:00
eismultiplexer.c add the ability to select a specific device via serial number 2023-07-10 15:40:06 +02:00
eismultiplexer.h add the ability to select a specific device via serial number 2023-07-10 15:40:06 +02:00
main.c improve cli application help 2023-07-21 15:08:02 +02:00
README.md add README 2023-06-19 16:29:16 +02:00
usbshm.c fix windows build, add argp to tree to allow building for windows 2023-07-10 15:55:39 +02:00
usbshm.h add the ability to select a specific device via serial number 2023-07-10 15:40:06 +02:00

libeismultiplexer

libeismultiplexer is a shared library that allows you to control EISmulitplexer 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 avialable 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

Licence

librelaxisloader is licenced to you under the Apache License, Version 2.0