B. Watson 833454f577 misc/cwiid: Update email address. 1 year ago
..
README c1aa510291 misc/cwiid: Updated for version 0.6.91_2. 2 years ago
cwiid.SlackBuild 833454f577 misc/cwiid: Update email address. 1 year ago
cwiid.info 833454f577 misc/cwiid: Update email address. 1 year ago
doinst.sh c1aa510291 misc/cwiid: Updated for version 0.6.91_2. 2 years ago
python310.patch c5a9e024db misc/cwiid: Fix build with python 3.10. 2 years ago
rc.cwiid.conf.new f4fc936b4d misc/cwiid: Updated for version 0.6.00+svn201. 11 years ago
rc.cwiid.new f4fc936b4d misc/cwiid: Updated for version 0.6.00+svn201. 11 years ago
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 10 years ago

README

cwiid (tools for the Nintendo Wii remote)

CWiid is a collection of Linux tools written in C for interfacing to the
Nintendo Wiimote, including an event-based API, an event/mouse/joystick
driver, and GUI/control panel.

To start cwiid's wminput daemon on boot, edit /etc/rc.d/rc.cwiid.conf
if needed (only needed if you have multiple wiimotes), then
"chmod 755 /etc/rc.d/rc.cwiid", and add the following code to
e.g. /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.cwiid ]; then
/etc/rc.d/rc.cwiid start
fi