Linux device manager for Logitech devices
Go to file
Daniel Pavel d65c1dbf59 some clean-ups in the logitech library 2012-09-28 13:58:17 +03:00
images added proper icons for the receiver and K750 keyboard 2012-09-27 17:44:03 +03:00
lib some clean-ups in the logitech library 2012-09-28 13:58:17 +03:00
rules.d added hidapy python wrapper, and initial support for the Logitech Universal Receiver 2012-09-19 03:58:08 +03:00
tools some clean-ups in the logitech library 2012-09-28 13:58:17 +03:00
.gitignore brought solar app up-to-date with the UR api 2012-09-25 17:41:40 +03:00
README updated README 2012-09-28 10:32:57 +03:00
logitech_k750.py de-hardcode interface numbers; make script smart enough to find the secret sauce interface 2012-02-23 14:42:04 -06:00
solaar added proper icons for the receiver and K750 keyboard 2012-09-27 17:44:03 +03:00
solaar.py forget about devices that have been disconnected for too long 2012-09-28 01:19:23 +03:00

README

Solaar


This application connects to a Logitech Unifying Receiver and puts an icon in
the systray that watches for events from devices attached to it.

Currently the K750 solar keyboard is also queried for its solar charge status.
Other devices can also be added in the future (the K750 keyboard is the only
device I have and can test on).

Requirements:
	- Python 2 or 3
	- A hidapi native implementation (see lib/hidapi.py for details).
	- Optional python-notify2 for desktop notifications.


This project began as a third-hand clone of Noah K. Tilton's logitech-solar-k750
project on GitHub (no longer available). It was developed further thanks to the
diggings in Logitech's HID protocol done by Julien Danjou
(http://julien.danjou.info/blog/2012/logitech-k750-linux-support) and
Lars-Dominik Braun (http://6xq.net/git/lars/lshidpp.git).


Cheers,
-pwr