Repositories
wiimotedev-project
Wiimotedev-daemon is a core project in wiimotedev-project. It works on dbus system layer, provides a full set API to communicate with wiiremotes. Service brings two interfaces, one for general communication with wiiremote(s), the other for service management. In other words this service manages wiiremotes connections and brings API to communicate with wiiremotes directly. more…
Stable packages at http://code.google.com/p/wiimotedev/downloads/list
Advantages:
– an elegant way to add wiiremote support in your application
– wiiremotes can be easily shared by large amounts of applications
– very simple api, just run and check by qdbusviewer.
– support
– documentation (working on it)
This project include also:
– wiimotedev-register
– wiimotedev-client
– wiimotedev-uinput
– wiimotedev-toolkit
– wiimotedev-car-example
– qwiimotedev
Wiimotedev-register is a command line tool for wiimotedev daemon. This tool allow you to register new wiiremote devices.
Wiimotedev-client is a TCP/IP client for wiimotedev-daemon, wiimotedev-daemon can easly share wiiremote devices over network using TCP/IP interface. You can say the wiimotedev-client share dbus interface over network as well. This create a large number of possibilities.
Wiimotedev-toolkit is a Qt4 Front-end for wiimotedev service. This is simple hardware monitor, you can use this for get low level informations from wiimote/nunchuk/classic/wmp hardware.
Wiimotedev-car-example – example how wiimotedev-daemon dbus interface works. It’s modified version of remotecontrolledcar from qt4 qdbus examples. If you want wiiremote support in your application check it.
-
Cloning this repository:
git clone git://gitorious.org/wiimotedev/wiimotedev-project.git wiimotedev-project cd wiimotedev-project
Add this repository as a remote to an existing local repository:
git remote add wiimotedev-project git://gitorious.org/wiimotedev/wiimotedev-project.git git fetch wiimotedev-project git checkout -b my-local-tracking-branch wiimotedev-project/master_or_other_branch
wiimotedev-overlay
Gentoo overlay for wiimotedev
-
Cloning this repository:
git clone git://gitorious.org/wiimotedev/wiimotedev-overlay.git wiimotedev-overlay cd wiimotedev-overlay
Add this repository as a remote to an existing local repository:
git remote add wiimotedev-overlay git://gitorious.org/wiimotedev/wiimotedev-overlay.git git fetch wiimotedev-overlay git checkout -b my-local-tracking-branch wiimotedev-overlay/master_or_other_branch
fazers-wiimotedev-project
-
Cloning this repository:
git clone git://gitorious.org/~fazer/wiimotedev/fazers-wiimotedev-project.git fazers-wiimotedev-project cd fazers-wiimotedev-project
Add this repository as a remote to an existing local repository:
git remote add fazers-wiimotedev-project git://gitorious.org/~fazer/wiimotedev/fazers-wiimotedev-project.git git fetch fazers-wiimotedev-project git checkout -b my-local-tracking-branch fazers-wiimotedev-project/master_or_other_branch
dinozaurs-wiimotedev-project
-
Cloning this repository:
git clone git://gitorious.org/~dinozaur/wiimotedev/dinozaurs-wiimotedev-project.git dinozaurs-wiimotedev-project cd dinozaurs-wiimotedev-project
Add this repository as a remote to an existing local repository:
git remote add dinozaurs-wiimotedev-project git://gitorious.org/~dinozaur/wiimotedev/dinozaurs-wiimotedev-project.git git fetch dinozaurs-wiimotedev-project git checkout -b my-local-tracking-branch dinozaurs-wiimotedev-project/master_or_other_branch

