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-dev
git clone https://github.com/accesio/aiousb-alpha aiousb
mkdir build
cd build
cmake ..
make
sudo make install
To 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.