In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "WiiTCPLoadGUI"

From WiiBrew
Jump to navigation Jump to search
m
 
(24 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = WiiTCPLoadGUI
 
| title      = WiiTCPLoadGUI
| image      = stream binary files
+
| type        = pc utility
| desc        =
+
| licence     = GPLv2
| type        = Loaders
+
| author      = [[User:Strikeu|strikeu]], tinman, [[User:Fman23|fman23]], [[User:Jasjar|Jasjar]]
| license     = GPLv2
+
| version    = 0.07
| author      = Bartłomiej Burdukiewicz
+
| website    = https://github.com/fkmclane/WiiTCPLoad
| display    =
+
| source      = https://github.com/fkmclane/WiiTCPLoad
| version    = 0.03
+
| download    = https://github.com/fkmclane/WiiTCPLoad/blob/master/build/wiitcpload
| download    = [http://sourceforge.net/project/showfiles.php?group_id=231481 Sourceforge]
 
| source      = Available (C++)
 
 
| peripherals = {{WiFi}} {{Internet}}
 
| peripherals = {{WiFi}} {{Internet}}
 
}}
 
}}
  
'''WiiTCPLoadGUI''' let you easily make a connection with Homebrew/TCPLoader Channel and stream binary files. It's written in c++ using Qt4 library.
+
'''WiiTCPLoadGUI''' lets you easily send .dol or .elf files to the Homebrew Channel on your Wii.  It supports compressing the files for a faster transfer rate and also sending arguments to run the files. It is written in C++ using the Qt5 libraries.
Supported platforms:
+
 
* Windows 32bit/64bit (64bit future)
+
Supported systems:
* Linux x86/x86_64
+
* Windows
* MacOSX x86
+
* Mac OS X (x86, PPC)
 +
* GNU/Linux (x86, AMD64)
 +
 
 +
== Screenshot ==
 +
 
 +
[[File:wiitcploadgui.png]]
  
 
== Changelog ==
 
== Changelog ==
Version 0.03:
+
 
 +
 
 +
WiiTCPLoad 0.07:
 +
 
 +
* Patched to support qt5
 +
 
 +
 
 +
WiiTCPLoad 0.06:
 +
 
 +
* Updated protocol to work with latest HBC
 +
* Added compression
 +
* Added arguments
 +
 
 +
 
 +
WiiTCPLoad 0.05:
 +
 
 +
* fully rewritten
 +
* save settings in ini file
 +
 
 +
 
 +
WiiTCPLoad 0.03:
  
 
* GUI fixes in main/about window. (GUI looks correct on MacOSX/Windows)
 
* GUI fixes in main/about window. (GUI looks correct on MacOSX/Windows)
Line 28: Line 51:
 
* Fixed TCPLoader protocol, now application wait for accept connection.
 
* Fixed TCPLoader protocol, now application wait for accept connection.
 
* Improved windows version.
 
* Improved windows version.
 +
* MacOSX build is now a Universal Binary.
 +
* Support for FreeBSD(x86, x86_64).
 
* Various bug fixes in source code.
 
* Various bug fixes in source code.
  
  
Version 0.02a:
+
WiiTCPLoad 0.02a:
  
 
* GUI fixes in main/about window. (GUI looks correct on Windows)
 
* GUI fixes in main/about window. (GUI looks correct on Windows)
 
* Windows version should work now.
 
* Windows version should work now.
  
Version 0.02:
+
 
 +
WiiTCPLoad 0.02:
  
 
* Support for threads.
 
* Support for threads.
Line 46: Line 72:
 
* Support for Homebrew Channel
 
* Support for Homebrew Channel
 
* Support for TCPLoader Channel
 
* Support for TCPLoader Channel
 
 
[[Image:wiitcploadgui.png]]
 
 
More images: http://wiitcpload.sourceforge.net/img/
 
 
[[Category:Loaders]]
 

Latest revision as of 01:44, 15 January 2019

WiiTCPLoadGUI
General
Author(s)strikeu, tinman, fman23, Jasjar
TypePC utility
Version0.07
LicenceGPLv2
Links
Download
Website
Source
Peripherals
Local WiFi Internet

WiiTCPLoadGUI lets you easily send .dol or .elf files to the Homebrew Channel on your Wii. It supports compressing the files for a faster transfer rate and also sending arguments to run the files. It is written in C++ using the Qt5 libraries.

Supported systems:

  • Windows
  • Mac OS X (x86, PPC)
  • GNU/Linux (x86, AMD64)

Screenshot

Wiitcploadgui.png

Changelog

WiiTCPLoad 0.07:

  • Patched to support qt5


WiiTCPLoad 0.06:

  • Updated protocol to work with latest HBC
  • Added compression
  • Added arguments


WiiTCPLoad 0.05:

  • fully rewritten
  • save settings in ini file


WiiTCPLoad 0.03:

  • GUI fixes in main/about window. (GUI looks correct on MacOSX/Windows)
  • Make install now working.
  • Integration with common desktop environments. (KDE3/4, GNOME)
  • Integration with konqueror, dolphin. ("Send to Homebrew/TCPLoader" action added)
  • Fixed TCPLoader protocol, now application wait for accept connection.
  • Improved windows version.
  • MacOSX build is now a Universal Binary.
  • Support for FreeBSD(x86, x86_64).
  • Various bug fixes in source code.


WiiTCPLoad 0.02a:

  • GUI fixes in main/about window. (GUI looks correct on Windows)
  • Windows version should work now.


WiiTCPLoad 0.02:

  • Support for threads.
  • Various bug fixes in source code.


Version 0.01:

  • Support for Homebrew Channel
  • Support for TCPLoader Channel