In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

UsendMii: Difference between revisions

From WiiUBrew
Jump to navigation Jump to search
Crayon (talk | contribs)
Added information for version 0.0.2
Crayon (talk | contribs)
No edit summary
Line 28: Line 28:


<h2>Changelog</h2>
<h2>Changelog</h2>
<h3>0.0.3</h3>
<ul>
<li>Mouse buttons could be simulated.</li>
<li>Input could be used when the touch screen is touched.</li>
</ul>
<h3>0.0.2</h3>
<h3>0.0.2</h3>
<ul>
<ul>

Revision as of 07:10, 11 February 2013

UsendMii is a Windows software (32-bit and 64-bit) that will let use your Wii U Gamepad on your PC.

UsendMii screenshot

Downloads

How To Use

  • Choose an available port for the web server. By default port 80 is used.
  • Map the GamePad buttons to the wanted keys.
  • Click on the Start button.
  • Open the Wii U Internet Browser and use the URL shown in UsendMii (URL to use in the WII U Internet Browser).
  • You may need to click on the Refresh button each time UsendMii starts.

How Does It Work

  • UsendMii is a HTTP server that delivers Web content to the Wii U Internet Browser software.
  • The Internet Browser uses specialized JavaScript to obtain button states of the GamePad.
  • The button states are converted to JSON and sent via a jQuery POST request to UsendMii.
  • When received, UsendMii will simulate keystrokes, mouse motions, or button clicks.

Changelog

0.0.3

  • Mouse buttons could be simulated.
  • Input could be used when the touch screen is touched.

0.0.2

  • Better key mapping
  • Key names are always in English

0.0.1

  • Original version

Credits

  • Crayon: code
  • ketufe: ideas and testing
  • The jQuery Team: great library