Overview
The Linux StreamDock SDK is an SDK designed for direct control of StreamDock devices on Linux systems, bypassing software interfaces. With this SDK, you can easily implement direct control of the device.

How the Linux StreamDock SDK Communicates with the Device
The Linux StreamDock SDK communicates with the device using HIDAPI, a simple cross-platform library for communicating with HID devices. Learn more.
TIP
It is recommended to use Python 3.7, and Ubuntu 16.04 for Linux.
