Reach your Wii U using a .local domain
- Download the latest
dominiius.wpsfrom Releases - Copy it into
sd:/wiiu/environments/aroma/plugins
While the plugin is active, the Wii U becomes reachable by its Wii nickname:
ping wiiu.local- The domain is active while the console is online
- Spaces and symbols in the nickname become dashes:
My Wii→my-wii.local
-
Nickname
- Read once at plugin load — a nickname change is assumed to require a full reboot.
- Parsed out of
sys/proc/prefs/wii_acct.xmlfrom a manually mounted SLC NAND partition.
-
Listener
- Expects some mDNS traffic every few minutes and will forcibly reconnect if the wire goes quiet.
- Stops on
ON_APPLICATION_REQUESTS_EXIT— waiting untilON_APPLICATION_ENDSrisks the socket being double closed by the plugin and the system shutdown.
The repo uses Docker:
docker compose run --rm app make