Java Client for the Wii U streaming plugin
Go to file
Maschell 6aba6610d9
Merge pull request #2 from ErdbeerbaerLP/master
Some bug fixes
2019-04-12 12:58:53 +02:00
.circleci Update circle ci 2018-09-15 14:00:07 +02:00
src/main/java/de/mas/wiiu/streaming Use spaces instead of tabs 2019-03-30 15:55:55 +01:00
.gitignore Update gitignore 2018-09-15 12:44:01 +02:00
LICENSE Initial commit 2018-09-15 12:17:32 +02:00
README.MD Update README.MD 2019-03-27 18:32:15 +01:00
pom.xml First commit 2018-09-15 12:41:02 +02:00

README.MD

Streaming Plugin Client

A Java client for the Wii U Streaming Plugin.

Usage

Start the plugin via the WiiUPluginSystemLoader on your WiiU. Now start Java client by either

  • provide the ip address of your Wii U as a argument. Example: java -jar StreamingPluginClient[...].jar --ip 192.168.0.11
  • or just double click on the .jar. A little dialog should appear where you can enter the IP address of your Wii U console.

Requires Java 8.

Building

This is a maven project. Use following command to create a .jar with dependencies in the target folder.

mvn package

Used libraries