/aquacomputer-quadro-control

Attempt to control Aquacomputer Quadro in python.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

aquacomputer-quadro-control

Attempt to control aquacomputer quadro in python.

Currently not able to change the configuration on the device, as the checksum computation algorithm is unknown. I suspect it is some kind of CRC-16.
Feel free to find a solution to this problem.

capture config packets from aquasuite in linux

  1. load usbmon module
  2. run aquasuite in windows vm and pass quadro to vm
  3. capture packets in wireshark from usbmon interface

data contains usb packets sent by aquasuite

constants.py contains the addresses of some config values

CRC resources