Youga - Youpi Gamepad Front-end
======================

Author: AlphaK - http://www.alphak.net/
Version: 1.0
License : GNU GPL v3, see license.txt


Hardware prerequisites
======================

* A personal computer
* Youpi Robot
* Youpi parallel cable

For information about how to build the parallel cable, browse to my [web site][1] or download [Youpi official documentation][2].

[1]: http://www.alphak.net/news/tag/youpi/
[2]: http://cdn.alphak.net/dl/youpi-official-documentation-1.0.7z


Software prerequisites
======================

Install the following products:

* Youba v2.0 or above
* Any recent browser with advanced Web socket and Gamepad API support:
	* Firefox v31 or above (tested with v53)
	* Chrome v43 or above (tested with v58)


How to start
============

* Open Youga.htm in a browser
* Press a gamepad button
* Get the gamepad index from the graphical interface (usually 0 if only one connected gamepad)
* Push axis and buttons to get their indexes
* Open config.js with a text editor
* Set gamepadId value with gamepad index
* Set other values according to your axes & button preferences
* Save config.js
* Reload page Youga.htm
* Ensure page displays "Config file status: OK"
* Modify websocket address and port to any running instance of Youba websocket service
* Click connect


Changelog
=========

* 1.0
	* First release



**Note:** This document is written using Markdown syntax