new package: rssileds daemon
authorGabor Juhos <juhosg@openwrt.org>
Mon, 13 Aug 2012 14:01:34 +0000 (14:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 13 Aug 2012 14:01:34 +0000 (14:01 +0000)
commit02cf95877e1cad9d16fbb720f7167a0577ccfd31
tree7efac8bf09f5093d0907a4872fa99c1631e9e1ef
parent221427763054b918ff3e78278dbd95646044a4e0
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>
SVN-Revision: 33163
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]