aiousb-alpha is deprecated. Please see https://github.com/accesio/aiousb-linux
aiousb is the Linux implementation of the ACCES I/O USB API as a linux kernel module and library.
apt install git cmake build-essential libudev-devgit clone https://github.com/accesio/aiousb-alpha aiousbmkdir build
cd build
cmake ..
make
sudo make installTo use the library include aiousb.h in your program. The first call into the library must be AiousbInit(). All of the functions are documented in the ACCES I/O USB API
The source code in the samples directory is intended as a guide. The source code in the test directory is not intended for general use.