From 0c53fbfb51a3217cb2980a56208a4ca6d80febd5 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 20 Oct 2012 11:24:23 +0200 Subject: [PATCH] Update the README.md a bit; explain what improvements are over xbmc-wiiremote --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 898b1e7..ff29f56 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -XBMC Wiimote Gateway -==================== +Improved XBMC Wiimote Gateway +============================= An XBMC event client that receives input from a Wii remote via bluetooth and feeds them to XBMC. +While XBMC comes with a Wii remote event client already (`xbmc-wiiremote`), +this project aims to improve upon it by adding some additional features +such as automatic disconnect, by having better error handling and to be +more hackable by using the Python bindings. + Features -------- @@ -40,7 +45,7 @@ somewhere that is in the system's/in your path. Then, run: - $ xbmc-wiimote + $ xbmc-wiimote -b You should see a notification pop up in XBMC that tells you that the XBMC Wiimote Gateway has connected.