1
0
mirror of https://github.com/gryf/linak-ctrl.git synced 2025-12-18 20:00:20 +01:00

Added README.

This commit is contained in:
2021-02-27 19:14:23 +01:00
parent 3f7b53130c
commit 8f0143ac79

45
README.rst Normal file
View File

@@ -0,0 +1,45 @@
==========
Linak-ctrl
==========
Simple python script to control Linak powered desks and USB2LIN06 cable.
Requirements
============
* Linak desk ;)
* USB2LIN06 device
* Python
* `pyusb`_
Usage
=====
.. TBD.
Alternatives
============
There are two projects, which more or less are doing the same. Fist one can be
treated as a reference project - lots of information in the source code, second
one is a python project, which uses `libusb1`_ wrapper library instead of
`pyusb`_:
* `usb2lin06-HID-in-linux-for-LINAK-Desk-Control-Cable`_
* `python-linak-desk-control`_
License
=======
This software is licensed under 3-clause BSD license. See LICENSE file for
details.
.. _pyusb: https://github.com/pyusb/pyusb
.. _usb2lin06-HID-in-linux-for-LINAK-Desk-Control-Cable: https://github.com/UrbanskiDawid/usb2lin06-HID-in-linux-for-LINAK-Desk-Control-Cable
.. _python-linak-desk-control: https://github.com/monofox/python-linak-desk-control
.. _libusb1: https://github.com/vpelletier/python-libusb1