More actions
m (HydeWing moved page Wiitcpload Wii to WiiTCPLoad without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=WiiTCPLoad | |title=WiiTCPLoad | ||
|image=wiitcploadwii.jpg | |image=wiitcploadwii.jpg | ||
|description=Stream binary files over TCP/IP to the Homebrew/TCPLoader Channel. Supports Unix/Windows platforms | |description=Stream binary files over TCP/IP to the Homebrew/TCPLoader Channel. Supports Unix/Windows platforms. | ||
|author=Bartlomiej Burdukiewicz | |author=Bartlomiej Burdukiewicz | ||
|lastupdated=2009/03/21 | |lastupdated=2009/03/21 | ||
Line 18: | Line 12: | ||
|source=https://sourceforge.net/projects/wiitcpload/files/ | |source=https://sourceforge.net/projects/wiitcpload/files/ | ||
}} | }} | ||
{{#seo: | |||
|title=Wii Homebrew PC Tools (PC utilities) - GameBrew | |||
|title_mode=append | |||
|image=wiitcploadwii.jpg | |||
|image_alt=WiiTCPLoad | |||
}} | |||
'''WiiTCPLoader''' is a simple utility, If you have [[Homebrew Channel Wii]] or [[Tcp Loader Wii]] on your Wii console, with this tool you can send executable file (elf/dol or other) over tcp/ip protocol, and execute this. | '''WiiTCPLoader''' is a simple utility, If you have [[Homebrew Channel Wii]] or [[Tcp Loader Wii]] on your Wii console, with this tool you can send executable file (elf/dol or other) over tcp/ip protocol, and execute this. | ||
Revision as of 09:31, 25 February 2023
WiiTCPLoad | |
---|---|
File:Wiitcploadwii.jpg | |
General | |
Author | Bartlomiej Burdukiewicz |
Type | PC utilities |
Version | 0.00.5b |
License | GPL-3.0 |
Last Updated | 2009/03/21 |
Links | |
Download | |
Website | |
Source | |
WiiTCPLoader is a simple utility, If you have Homebrew Channel Wii or Tcp Loader Wii 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
How to use WiiTCPLoad?
1. Download the latest version of program from here;
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. Finally select target(channel) and confirm
External Links
- Wiibrew - https://wiibrew.org/wiki/WiiTCPLoad
- Sourceforge - https://sourceforge.net/projects/wiitcpload