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:
45
README.rst
Normal file
45
README.rst
Normal 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
|
||||
Reference in New Issue
Block a user