new package: rssileds daemon
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Aug 2012 14:01:34 +0000 (14:01 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Aug 2012 14:01:34 +0000 (14:01 +0000)
commitc8a92d23e8bdeea7bb5db6468c4fefa7da596423
treeb62f3434d0f492dc7f248af8631b17167aa25b63
parent9d4910209de0031f052d2b313a17d98edc20d417
new package: rssileds daemon

rssileds is a small user-space process to control LEDs by polling the
signal quality reported by a WiFi interface. By using the iwinfo library,
rssileds is independent of the WiFi driver used.
It supports pwm controlled LEDs and may by used to nicely fade through
all colors in real-time of the rainbow while only wasting very little CPU
time and a small constant amount of system memory.
An example configuration for the ALL0258N will follow in the next patch.

This is a slightly improved version of rssileds, now quality values are
in percent and stuff is written to syslog.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33163 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/rssileds/Makefile [new file with mode: 0644]
package/rssileds/files/rssileds.init [new file with mode: 0644]
package/rssileds/src/rssileds.c [new file with mode: 0644]