/gimxhid

Primary LanguageCGNU General Public License v3.0GPL-3.0

gimxhid

The gimxhid library is a HID access library very similar to the HIDAPI library, except that it supports asynchronous IO.
It currently lacks MAC OS support and does not support requests over the control endpoint.
It has a compilation dependency on gimxpoll headers, and on gimxcommon source code.

Compilation:

git clone https://github.com/matlo/gimxpoll.git
git clone https://github.com/matlo/gimxcommon.git
git clone https://github.com/matlo/gimxlog.git
CPPFLAGS="-I../" make -C gimxlog
git clone https://github.com/matlo/gimxtime.git
CPPFLAGS="-I../" make -C gimxtime
git clone https://github.com/matlo/gimxhid.git
CPPFLAGS="-I../" make -C gimxhid