An open API service indexing awesome lists of open source software.

https://github.com/dkosmari/network-switcher

A plugin to switch between network profiles on the Wii U.
https://github.com/dkosmari/network-switcher

wiiu wiiu-homebrew wiiu-plugin

Last synced: 3 months ago
JSON representation

A plugin to switch between network profiles on the Wii U.

Awesome Lists containing this project

README

          

# Network Switcher

This is an Aroma plugin to switch between network profiles on the Wii U.

## Usage

- Open the Wii U Plugin System Config Menu (press **L** + **🡓** + **SELECT**)

- Enter the **Network Switcher** settings.

- Select the network profile you want to use and press **A**.

Note: this change is temporary. The Wii U will always try to use the default profile when
it boots up.

In addition, you can also change:

- The default Wii U network profile.

- The vWii network profile.

## Build instructions

Dependencies:

- devkitPPC

- wut

- [Wii U Plugin System](https://github.com/wiiu-env/WiiUPluginSystem)

- [libnotifications](https://github.com/wiiu-env/libnotifications)

Steps:

0. (Skip if you got the source code from a `.tar.gz` release) `./bootstrap`

1. `./configure --host=powerpc-eabi CXXFLAGS="-Os -ffunction-sections -fipa-pta"`

2. `make`

3. (Optional) If the Wii U is named `wiiu` in the network:

- `make run` if the [wiiload plugin](https://github.com/wiiu-env/ftpiiu_plugin) is
enabled.

- `make install` or `make uninstall` if the [ftpiiu
plugin](https://github.com/wiiu-env/ftpiiu_plugin) is enabled.

## Building with Docker

If you have Docker set up, you can simply run the `docker-build.sh` script.