Maschell / HIDtoVPADNetworkClient

24 stars 1 forks source link

Adding an abstract HID-Layer to be able to use different HID-Implementation #9

Closed Maschell closed 7 years ago

Maschell commented 7 years ago

With this extra abstraction we can use two different HID-APIs. Currently we use purejavahidapi for Windows (supports more devices) and hid4java for OSX and Unix (hopefully better support). This will also enable the auto scanning for OSX and change some Debug messages. HIDTest should now also run (a bit better).