Difference between revisions of "WiiTCPLoad"
Jump to navigation
Jump to search
(→Demo) |
|||
Line 4: | Line 4: | ||
| desc = | | desc = | ||
| type = Loaders | | type = Loaders | ||
− | | license = GPLv3 | + | | license = GPLv2/GPLv3 |
| author = Bartłomiej Burdukiewicz | | author = Bartłomiej Burdukiewicz | ||
| display = | | display = | ||
| version = 0.00.2b | | version = 0.00.2b | ||
| download = [http://sourceforge.net/project/showfiles.php?group_id=231481 Sourceforge] | | download = [http://sourceforge.net/project/showfiles.php?group_id=231481 Sourceforge] | ||
− | | source = Available (Pascal) | + | | source = Available (Pascal/C++) |
| peripherals = {{WiFi}} {{Internet}} | | peripherals = {{WiFi}} {{Internet}} | ||
}} | }} |
Revision as of 21:03, 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