More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC utilities) - GameBrew |title_mode=append |image=wiitcploadwii.jpg |image_alt=WiiTCPLoad }} {{Infobox Wii Homebrews |title=WiiTCPLoad |...") |
No edit summary |
||
Line 12: | Line 12: | ||
|lastupdated=2009/03/21 | |lastupdated=2009/03/21 | ||
|type=PC utilities | |type=PC utilities | ||
|version=0.00. | |version=0.00.5b | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiitcploadwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiitcploadwii.7z | ||
|website= | |website=https://sourceforge.net/projects/wiitcpload | ||
|source= | |source=https://sourceforge.net/projects/wiitcpload/files/ | ||
}} | }} | ||
'''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: | |||
<pre> | |||
Linux: # tar xvjf ~/<archive> -C ~/<dest> | |||
Windows: Use for example winrar</pre> | |||
3. Run | |||
<pre> | |||
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 | |||
</pre> | |||
4. Set your Wii ip<br> | |||
<Youtube>s8e5_hKTAqQ</Youtube> | |||
5. Chose file to send | |||
6. Finally select target(channel) and confirm | |||
==External Links== | |||
* Wiibrew - https://wiibrew.org/wiki/Wii_Signer | |||
* Sourceforge - https://sourceforge.net/projects/wiitcpload |
Revision as of 07:26, 13 November 2022
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/Wii_Signer
- Sourceforge - https://sourceforge.net/projects/wiitcpload