Initial version that allows you to log into a fresh factory-reset OUYA
[stouyapi.git] / README.rst
1 **************************
2 stouyapi - Static OUYA API
3 **************************
4
5 A static API for the OUYA gaming console that still lets you sign in
6 and install games, despite the OUYA server shutdown in 2019.
7
8
9 =====
10 Setup
11 =====
12
13 OUYA config change
14 ==================
15 - Mount via USB (Micro USB cable)
16 - Create file ``ouya_config.properties``
17 - Add::
18
19     OUYA_SERVER_URL=http://stouyapi.boo
20     OUYA_STATUS_SERVER_URL=http://stouyapi.boo
21
22 Notes:
23
24 - "important note, don't put trailing slash into OUYA_SERVER_URL, it will make double slashes"
25 - I had to reboot to make that change in the file active
26
27
28 OUYA setup
29 ==========
30
31 1. User registration: "Existing account"
32 2. Enter any username, leave password empty. Continue.
33 3. Skip credit card registration
34
35
36
37 ===========
38 Information
39 ===========
40 By default, OUYA uses HTTPS to devs.ouya.tv.
41 (status.ouya.tv is HTTP only, no SSL)
42 DNS mapping does not work, except when creating an own SSL certificate
43 and registering the root CA at the OUYA itself.
44
45 IPv6 used -> custom domain needs IPv6 DNS entry
46
47 https://rabid.ouya.tv/ - was OUYA's sandbox instance
48
49 DEBUG=1
50 DEBUG_SPAM=1
51
52 ========
53 See also
54 ========
55
56 - https://gitlab.com/devirich/BrewyaOnOuya
57