NamedPipeClientTest for WiiMouse ================================= Author: Aaron Murgatroyd %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% The following solution is a Visual Studio 2008 Express solution. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% How to Use ==================== 1) Load up Wiimouse and connect one or more Wiimotes & Balance Boards NOTE: You dont have to load WiiMouse first, you can load the test program first It will automatically detect when WiiMouse and the NamedPipes are available 2) Ensure the Controller Type is set to NamedPipe in WiiMouse for any you wish to test with the NamedPipe client NOTE: If you pass the parameter NAMEDPIPE to WiiMouse.EXE it will create them in this type by default 3) Load up the NamedPipeClientTest project and run it 4) It should show with a tab for each wiimote loaded in WiiMouse NOTE: * You pretty much have full control over LEDs, Sounds, Tones, Rumble and Balance Board configuration through the DLL * If you want your user to calibrate the MotionPlus please notify them to calibrate as per WiiMouse (ie put the WiiMote face down perpendicular to the screen) * The XML documentation file has been included in the projects Bin/Debug & Bin/Release directories * Full XML documentation has been done on the DLL, please use the live Visual Studio information to learn more **** PLEASE SEE COMMENTS IN THE CODE FOR MORE HELP ON USING THE DLL **** If you have problems, please contact me on: =========================================== amurgshere@iprimus.com.au - with the words WiiMouse in the subject =========================================== Releasing ===================== You are free to release your program with my DLL as you wish, however, please direct them to my website to download WiiMouse: http://home.exetel.com.au/amurgshere/wiimouse.phtml#Download I would like to ask that you mention my name somewhere in your app, even if its just in the About box :) DLL will remain forward and backward compatible, but new features will not be accessible from OLD DLLs
gtluczek