Difference between revisions of "WiiTCPLoad"
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
== WiiTCPLoad GUI == | == WiiTCPLoad GUI == | ||
+ | |||
+ | WiiTCPLoad GUI is developing for Linux/Windows platform, it's write in c++ using qt4 liblary, it will be released soon. | ||
+ | |||
+ | [[Image:wiitcploadgui.png]] | ||
[[Category:Loaders]] | [[Category:Loaders]] |
Revision as of 21:07, 23 September 2008
WiiTCPLoad | |
send executable file over TCP/IP | |
General | |
---|---|
Author(s) | Bartłomiej Burdukiewicz |
Type | Loaders |
Version | 0.00.2b |
License | GPLv2/GPLv3 |
Links | |
[[Sourceforge|Download]] | |
Source | |
Peripherals | |
![]() ![]() |
About WiiTCPLoad
WiiTCPLoader is a simple utility, If do you have Homebrew Channel or TCP Loader on your Wii console, with this tool you can send executable file (elf/dol or other) over tcp/ip protocol, and execute this. Windows/Linux Pascal source code included
Howto use WiiTCPLoad
1. Download the latest version of program from sourceforge;
2. Unpack the files from archive;
Linux: # tar xvjf ~/<archive> -C ~/<dest> Windows: Use for example winrar
3. Run
Linux: # cd ~/<archive> # ./wiitcpload (if you want install wiitcpload; copy file to /usr/bin; or /usr/local/bin) (#cp ~/<archive>/wiitcpload /usr/local/bin/wiitcpload) Windows: Run wiitcpload.exe
4. Set your Wii ip
5. Chose file to send
6. Finnaly select target(channel) and confirm
Demo
WiiTCPLoad GUI
WiiTCPLoad GUI is developing for Linux/Windows platform, it's write in c++ using qt4 liblary, it will be released soon.