mirror of
https://github.com/Maschell/StreamingPluginClient.git
synced 2024-11-24 05:29:17 +01:00
Java Client for the Wii U streaming plugin
6aba6610d9
Some bug fixes |
||
---|---|---|
.circleci | ||
src/main/java/de/mas/wiiu/streaming | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
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
- lombok (Install to IDE too!)
- commons-cli