Wiivnc



Zu den Homebrew Anwendungen zählen z.B. WAD Manager, Savegame Installer oder Extractor. Natürlich auch Programme die eure Miis extrahieren können. Diese können dann am PC bearbeitet werden. Für die jenigen die sich doppelte Kanäle eingefangen haben, denen kann auch mit dem Duplicate Channel Remover geholfen werden und noch viele weitere interessante Programme stehen für euch bereit.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

Wiixplorer WiiVNC will download WiiXplorer and WiiVNC. It can also be used with the flag -d or -display in order to print this contents of the text file without downloading the apps. Goals for next release: Download multiple selected apps at once. Perhaps by listing multiple app names after -name. Progress bars / terminal spinners. So I'm trying to get WiiVNC to work. I've downloaded the app and I've downloaded TightVNC and tried to set up everything, but when I go to 'connect' it just says 'connecting' and stays there forever. I don't know what I'm doing wrong, but I'm not familiar with VNCs and how they work so it's probably something obvious that I'm just ignorant about.

Your browser has JavaScript disabled. If you would like to use all features of this site, it is mandatory to enable JavaScript.

Newest Files
  • Eine Homebrew, die man nur schwer in eine Kategorie zuordnen kann trägt den Namen WiiRecipe von den Codern Wack0 & Calthephenom. Es ist noch eine ziemlich frühe Anfangsversion und soll wohmöglich eine Art Rezeptdatenbank für verschiedene Gerichte…
  • Eine Homebrew um euren Fernseher wie eine Discokugel leuchten zu lassen. Es kann über das Steuerkreuz nach oben und unten die Geschwindigkeit geregelt werden.
    Es gibt auch eine Polizeisirenenmodus. Das Licht leuchtet dann blau und rot.
  • Wiitch ist ein Batch Downloader für die Nintendo Wii. Diese Homebrew ließt eine Textdatei aus, in den man URLs einträgt, die dann in das angegebene Verzeichnis gedownloadet werden. Programmiert wurde das ganze von TheStripper.
    Installation
    1. Unzip…
  • Ein Twitter-Client für Nintendo Wii.
    Zu den Funktionen gehören:
    - Twitter Interaktion
    - HTTPS-Unterstützung
    - oAuth-Unterstützung
    - Unicode-Tastatur
    - anpassbare Tastatur-layouts
    - lokaler NIP-Support
    - Content-Encoding: gzip und deflate
    Weitere…
  • Mit einem Virtual Network Computing-Programm (VNC) lässt sich eine Verbindung zu einem Computer/Server aufbauen und ihm von einem Clienten steuern. Maus- und Tastaturaktionen werden so direkt auf den angesteuerten PC übertragen. Mit WiiVNC wird die Wii…
TitleLikesViewsDownloads

WiiRecipe

christian8246q -
6,6991,581

WiiStrobe

christian8246q -
2,8711,171

Wiitch

christian8246q -
3,225953

WiiTweet

christian8246q -
1,915962

WiiVNC

christian8246q -
3,1741,179

WiiXplorer

christian8246q -
4,5781,865

Wiintro

christian8246q -
1,809425

Wiiposkop

christian8246q -
1,481324

Wiireader

christian8246q -
1,891460

Wiinfo

christian8246q -
1,692479

WiiLotto

christian8246q -
934267

WiiLauncher

christian8246q -
2,739779

Wiihttpd

christian8246q -
1,010354

Wiiforwarder

christian8246q -
1,860615

WiiEarth

christian8246q -
1,602655

WiiDump

christian8246q -
1,532744

WiiConnect

christian8246q -
2,041802

WiiCM

christian8246q -
1,442508

WiiCalc

christian8246q -
722266

WiiBrowser

christian8246q -
3,4001,382

WiiBrator

christian8246q -
3,391944

Wii Whiteboard

christian8246q -
1,022290

Wii Web Server

christian8246q -
1,161316

Wii System Menu Player

christian8246q -
1,383460

Wii Savegame Extractor - Deluxe SSBB Edition

christian8246q -
928336

Wii Ram Editor

christian8246q -
750283

Wii Paint

christian8246q -
884430

Wii Exhibit

christian8246q -
713215

WiiChatter

christian8246q -
817251

Wii Bash

christian8246q -
1,1685,542
  • Statistics

    1,441 entrys (0.62 entrys per day) - 4.09 GB Total File Size - 1,296,757 Downloads (554.17 Downloads per day) - 74 Comments

Welcome to the Open Shop Channel API! You can use our API to access Open Shop Channel's endpoints, which can get information on Open Shop Channel apps, secondary repositories, and more.

We don't have any bindings yet, but it's certainly coming! Instead, we will provide native examples in multiple languages. You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.

For support and general assistance, please join our Discord server, this is the best way to contact us.

Packages (Applications) are the base items provided through the API.Each package returned by the API includes the following information, in an alphabetical order:

TypeExample ValuePurpose
category'demos'Category of package.
coder'mjbauer95'Developer of package.
contributors'mjbauer95'Contributors. Usually empty / none.
controllers'w'More information in Controllers section.
display_name'Libmii Example'Name / Title of package.
package_type'dol'Type of package. Possible types: dol, elf, thm (hbc theme).
downloads220Amount of downloads.
extracted232449File size of application, when extracted.
internal_name'libmii-example'Also known as hbbID. Used for sorting internally.
long_description'An example of libmii. It shows each Mii entry as a name.'Long description for the package.
rating7Rating of application between 1 to 10
release_date1237611600Release date specified by the package.
short_description'Example of libmii'Short description, displays on HBB front page.
updated1237611600Date of last update. Same as release_date, for now.
version'0.1alpha'Package version
zip_size115725Size of zipped package.
Wiivc

Get All Packages

The above command returns JSON structured like this:

This endpoint retrieves all applications / packages in the specified host.

HTTP Request

GET http://api.oscwii.org/v1/<host>/packages

Wiivnc

Query Parameters

ParameterDefaultDescription
<host>primaryHost to use (eg. primary, themes). For info about hosts, scroll down to the Hosts section.
For the time being, packages will always return 0 downloads and no rating. This will be changed in the future.Wiivnc

Get Specific Package

The above command returns JSON structured like this:

This endpoint retrieves a specific application / package.

HTTP Request

GET http://api.oscwii.org/v1/<host>/package/<name>

URL Parameters

ParameterDefaultDescription
<host>primaryHost to use (eg. primary, themes). For info about hosts, scroll down to the Hosts section.
<name>Name of application / package to get.

Get Packages in Category

The above command returns JSON structured like this:

This endpoint retrieves all applications / packages from specified host and category.

HTTP Request

Wiivnc

GET http://api.oscwii.org/v1/<host>/category/<category>/packages

URL Parameters

ParameterDefaultDescription
<host>primaryHost to use (eg. primary, themes). For info about hosts, scroll down to the Hosts section.
<category>Name of category to get.

Get Hosts List

The above command returns JSON structured like this:

This endpoint retrieves all hosts.

HTTP Request

Winvnc

GET http://api.oscwii.org/v1/hosts

It's mandatory to specify the host in most API endpoints.

Download Zipped Package

The above command downloads the package 'WiiVNC' from the 'primary' host.

Download a zipped homebrew app.

HTTP Request

GET http://<hostname>/hbb/<name>/<name>.zip

ParameterDefaultDescription
<hostname>MandatoryHostname of host to use (eg. hbb1.oscwii.org for primary). For info about hosts, go to the Hosts section.
<name>MandatoryInternal name / hbbID of package to get.

Download Package Icon

The above command downloads the icon for 'WiiVNC' from the 'primary' host.

Download the icon for an homebrew app.

HTTP Request

GET http://<hostname>/hbb/<name>.png

ParameterDefaultDescription
<hostname>MandatoryHostname of host to use (eg. hbb1.oscwii.org for primary). For info about hosts, go to the Hosts section.
<name>MandatoryInternal name / hbbID of package to get.
Wiivnc

Download Package XML

The above command downloads the XML for 'WiiVNC' from the 'primary' host.

Download the meta.xml for an homebrew app.

HTTP Request

GET https://<hostname>/unzipped_apps/<name>/apps/<name>/meta.xml

ParameterDefaultDescription
<hostname>MandatoryHostname of host to use (eg. hbb1.oscwii.org for primary). For info about hosts, go to the Hosts section.
<name>MandatoryInternal name / hbbID of package to get.

The Homebrew Browser parses package supported controllers by the following system:

LettersController
wOne wii remote is supported
wwTwo wii remotes are supported
wwwThree wii remotes are supported
wwwwFour wii remotes are supported
gGamecube controller is supported
nNunchuck is supported
cClassic Controller is supported
sCompatible with SDHC cards
kKeyboard is supported. This is not displayed on the Homebrew Browser.
zWii Zapper is supported. This is not displayed on the Homebrew Browser.

If a package returns it's controllers are 'wwwwgncs', then it supports 4 wii remotes, a gamecube controller, a nunchuck and is compatible with SDHC cards.

Big thanks to Lyfe from brewtools.dev for creating the parser used by the API.

Documentation and API by dhtdht020 @ Open Shop Channel.

How To Use Wiivnc

The Open Shop Channel is an Open Source project. Learn More

Wiivnc Tutorial

All rights reserved, Open Shop Channel 2018-2020.